language
stringclasses
1 value
owner
stringlengths
2
15
repo
stringlengths
2
21
sha
stringlengths
45
45
message
stringlengths
7
36.3k
path
stringlengths
1
199
patch
stringlengths
15
102k
is_multipart
bool
2 classes
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowablePublishMulticast.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRange.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRangeLong.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableReduce.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableReduceMaybe.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableReduceSeedSingle.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableReduceWithSingle.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRefCount.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRepeat.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRepeatUntil.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRepeatWhen.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableReplay.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRetryBiPredicate.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRetryPredicate.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRetryWhen.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSamplePublisher.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSampleTimed.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableScalarXMap.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableScan.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableScanSeed.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSequenceEqual.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSequenceEqualSingle.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSerialized.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSingle.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSingleMaybe.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSingleSingle.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSkip.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSkipLast.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSkipLastTimed.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSkipUntil.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSkipWhile.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableStrict.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSubscribeOn.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSwitchIfEmpty.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableSwitchMap.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTake.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTakeLast.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTakeLastOne.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTakeLastTimed.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTakeUntil.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTakeUntilPredicate.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableTakeWhile.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
d3455d0c9d57d522c31b5c25af83e8f2b8df12b6.json
Update Copyright to 'RxJava Contributors' (#4980) See https://github.com/ReactiveX/RxJava/issues/4978 for more information.
src/main/java/io/reactivex/internal/operators/flowable/FlowableThrottleFirstTimed.java
@@ -1,5 +1,5 @@ /** - * Copyright 2016 Netflix, Inc. + * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
DESIGN.md
@@ -595,4 +595,4 @@ Since RxJava 2.x is still JDK 6 compatible, the `QueueSubscription` can't itself Even though other modern libraries also define this interface, they live in local packages and thus non-reusable without dragging in the whole library. Therefore, until externalized and standardized, cross-library mi...
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
checkstyle.xml
@@ -40,4 +40,4 @@ <property name="fileExtensions" value=".java"/> </module> --> -</module> \ No newline at end of file +</module>
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/CompletableEmitter.java
@@ -56,4 +56,4 @@ public interface CompletableEmitter { * @return true if the downstream disposed the sequence */ boolean isDisposed(); -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/FlowableEmitter.java
@@ -63,4 +63,4 @@ * @return the serialized FlowableEmitter */ FlowableEmitter<T> serialize(); -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/MaybeEmitter.java
@@ -64,4 +64,4 @@ * @return true if the downstream cancelled the sequence */ boolean isDisposed(); -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/ObservableSource.java
@@ -27,4 +27,4 @@ * @throws NullPointerException if {@code observer} is null */ void subscribe(Observer<? super T> observer); -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/Observer.java
@@ -73,4 +73,4 @@ */ void onComplete(); -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/SingleEmitter.java
@@ -59,4 +59,4 @@ * @return true if the downstream cancelled the sequence */ boolean isDisposed(); -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/annotations/package-info.java
@@ -17,4 +17,4 @@ /** * Annotations for indicating experimental and beta operators, classes, methods, types or fields. */ -package io.reactivex.annotations; \ No newline at end of file +package io.reactivex.annotations;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/disposables/package-info.java
@@ -19,4 +19,4 @@ * (Disposable container types) and utility classes to construct * Disposables from callbacks and other types. */ -package io.reactivex.disposables; \ No newline at end of file +package io.reactivex.disposables;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/exceptions/CompositeException.java
@@ -286,4 +286,4 @@ private Throwable getRootCause(Throwable e) { root = cause; } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/exceptions/package-info.java
@@ -18,4 +18,4 @@ * Exception handling utilities, safe subscriber exception classes, * lifecycle exception classes. */ -package io.reactivex.exceptions; \ No newline at end of file +package io.reactivex.exceptions;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/flowables/package-info.java
@@ -18,4 +18,4 @@ * Classes supporting the Flowable base reactive class: connectable and grouped * flowables. */ -package io.reactivex.flowables; \ No newline at end of file +package io.reactivex.flowables;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/functions/Cancellable.java
@@ -24,4 +24,4 @@ public interface Cancellable { * @throws Exception on error */ void cancel() throws Exception; -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/functions/package-info.java
@@ -18,4 +18,4 @@ * Functional interfaces of functions and actions of arity 0 to 9 and related * utility classes. */ -package io.reactivex.functions; \ No newline at end of file +package io.reactivex.functions;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/disposables/CancellableDisposable.java
@@ -54,4 +54,4 @@ public void dispose() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/fuseable/package-info.java
@@ -14,4 +14,4 @@ /** * Base interfaces and types for supporting operator-fusion. */ -package io.reactivex.internal.fuseable; \ No newline at end of file +package io.reactivex.internal.fuseable;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/observers/FullArbiterObserver.java
@@ -53,4 +53,4 @@ public void onError(Throwable t) { public void onComplete() { arbiter.onComplete(s); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/observers/FutureSingleObserver.java
@@ -144,4 +144,4 @@ public void dispose() { public boolean isDisposed() { return isDone(); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/observers/ResumeSingleObserver.java
@@ -50,4 +50,4 @@ public void onSuccess(T value) { public void onError(Throwable e) { actual.onError(e); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/BlockingFlowableIterable.java
@@ -182,4 +182,4 @@ public boolean isDisposed() { return SubscriptionHelper.isCancelled(get()); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/BlockingFlowableLatest.java
@@ -114,4 +114,4 @@ public void remove() { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/BlockingFlowableNext.java
@@ -171,4 +171,4 @@ void setWaiting() { waiting.set(1); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableAmb.java
@@ -223,4 +223,4 @@ public void cancel() { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableCache.java
@@ -383,4 +383,4 @@ public void replay() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableCollectSingle.java
@@ -130,4 +130,4 @@ public boolean isDisposed() { return s == SubscriptionHelper.CANCELLED; } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableCreate.java
@@ -697,4 +697,4 @@ void drain() { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther.java
@@ -105,4 +105,4 @@ public void onComplete() { other.subscribe(otherSubscriber); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableFlattenIterable.java
@@ -450,4 +450,4 @@ public int requestFusion(int requestedMode) { return NONE; } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableOnErrorNext.java
@@ -118,4 +118,4 @@ public void onComplete() { actual.onComplete(); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableOnErrorReturn.java
@@ -67,4 +67,4 @@ public void onComplete() { actual.onComplete(); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowablePublish.java
@@ -685,4 +685,4 @@ public void cancel() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableRefCount.java
@@ -201,4 +201,4 @@ public void run() { } }); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/flowable/FlowableZip.java
@@ -417,4 +417,4 @@ public void request(long n) { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/maybe/MaybeFlatMapCompletable.java
@@ -100,4 +100,4 @@ public void onComplete() { actual.onComplete(); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/maybe/MaybeFlatMapIterableFlowable.java
@@ -292,4 +292,4 @@ public R poll() throws Exception { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/maybe/MaybeFlatMapIterableObservable.java
@@ -202,4 +202,4 @@ public R poll() throws Exception { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/maybe/MaybeToSingle.java
@@ -99,4 +99,4 @@ public void onComplete() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/observable/BlockingObservableIterable.java
@@ -153,4 +153,4 @@ public boolean isDisposed() { return DisposableHelper.isDisposed(get()); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/observable/BlockingObservableNext.java
@@ -168,4 +168,4 @@ void setWaiting() { waiting.set(1); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/observable/ObservableCache.java
@@ -372,4 +372,4 @@ public void replay() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/observable/ObservableFromArray.java
@@ -109,4 +109,4 @@ void run() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/observable/ObservableRefCount.java
@@ -202,4 +202,4 @@ void cleanup() { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/single/SingleFlatMapIterableFlowable.java
@@ -286,4 +286,4 @@ public R poll() throws Exception { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/operators/single/SingleFlatMapIterableObservable.java
@@ -196,4 +196,4 @@ public R poll() throws Exception { } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/schedulers/ComputationScheduler.java
@@ -195,4 +195,4 @@ static final class PoolWorker extends NewThreadWorker { super(threadFactory); } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/schedulers/IoScheduler.java
@@ -238,4 +238,4 @@ public void setExpirationTime(long expirationTime) { this.expirationTime = expirationTime; } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/schedulers/NewThreadScheduler.java
@@ -50,4 +50,4 @@ private NewThreadScheduler() { public Worker createWorker() { return new NewThreadWorker(THREAD_FACTORY); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/schedulers/NewThreadWorker.java
@@ -142,4 +142,4 @@ public void dispose() { public boolean isDisposed() { return disposed; } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/schedulers/TrampolineScheduler.java
@@ -189,4 +189,4 @@ public void run() { } } } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/subscribers/FullArbiterSubscriber.java
@@ -53,4 +53,4 @@ public void onError(Throwable t) { public void onComplete() { arbiter.onComplete(s); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/subscriptions/FullArbiter.java
@@ -226,4 +226,4 @@ class FullArbiterMissed extends FullArbiterPad1 { class FullArbiterPad2 extends FullArbiterMissed { volatile long p1c, p2c, p3c, p4c, p5c, p6c, p7c; volatile long p8c, p9c, p10c, p11c, p12c, p13c, p14c, p15c; -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/util/LinkedArrayList.java
@@ -107,4 +107,4 @@ public String toString() { return list.toString(); } -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/internal/util/SuppressAnimalSniffer.java
@@ -23,4 +23,4 @@ @Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE}) public @interface SuppressAnimalSniffer { -} \ No newline at end of file +}
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/observables/package-info.java
@@ -18,4 +18,4 @@ * Classes supporting the Observable base reactive class: connectable and grouped * observables. */ -package io.reactivex.observables; \ No newline at end of file +package io.reactivex.observables;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/observers/package-info.java
@@ -18,4 +18,4 @@ * Default wrappers and implementations for Observer-based consumer classes and interfaces; * utility classes for creating them from callbacks. */ -package io.reactivex.observers; \ No newline at end of file +package io.reactivex.observers;
true
Other
ReactiveX
RxJava
f6965b1e694bd2ce86346ca18488621a71d49034.json
Add newline to end of files missing a newline (#4979) This is to get rid of the "No newline at end of file" warning.
src/main/java/io/reactivex/plugins/package-info.java
@@ -18,4 +18,4 @@ * Callback types and a central plugin handler class to hook into the lifecycle * of the base reactive types and schedulers. */ -package io.reactivex.plugins; \ No newline at end of file +package io.reactivex.plugins;
true