Skip to content

Commit 784bb26

Browse files
Update README.md
1 parent 2635f52 commit 784bb26

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/rx/internal/util/unsafe

1 file changed

+1
-1
lines changed

src/main/java/rx/internal/util/unsafe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This package contains code that relies on sun.misc.Unsafe. Before using it you M
22

33
Much of the code in this package comes from or is inspired by the JCTools project: https://github.com/JCTools/JCTools
44

5-
Once JCTools publishes artifacts (https://github.com/JCTools/JCTools/issues/17) RxJava may add JCTools as a "shadow" dependency.
5+
JCTools has now published artifacts (https://github.com/JCTools/JCTools/issues/17) so RxJava could add JCTools as a "shadow" dependency (https://github.com/ReactiveX/RxJava/issues/1735).
66
RxJava has a "zero dependency" policy for the core library, so if we do add it as a dependency, it won't be an externally visible dependency that results in a separate jar.
77

88
The license for the JCTools code is https://github.com/JCTools/JCTools/blob/master/LICENSE

0 commit comments

Comments
 (0)