Skip to content

Commit c1fe466

Browse files
committed
decrease version
1 parent 7e996d1 commit c1fe466

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010

11-
rootProject.version = '9.10.0'
11+
rootProject.version = '9.9.0'
1212
group = 'com.spaceshift'
1313

1414
allprojects {

rlib-common/src/main/java/com/ss/rlib/common/util/array/ConcurrentArray.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ default void writeUnlock(long stamp) {
363363
* @param <T> the second argument's type.
364364
* @param <R> the result's type.
365365
* @return the result from the function.
366-
* @since 9.10.0
366+
* @since 9.9.0
367367
*/
368368
default <A, T, R> @Nullable R getInReadLock(
369369
@NotNull A first,
@@ -426,7 +426,7 @@ default void writeUnlock(long stamp) {
426426
* @param <T> the second argument's type.
427427
* @param <R> the result's type.
428428
* @return the result from the function.
429-
* @since 9.10.0
429+
* @since 9.9.0
430430
*/
431431
default <A, T, R> @Nullable R getInWriteLock(
432432
@NotNull A first,
@@ -492,7 +492,7 @@ default void writeUnlock(long stamp) {
492492
* @param second the second argument.
493493
* @param function the function.
494494
* @return this array.
495-
* @since 9.10.0
495+
* @since 9.9.0
496496
*/
497497
default <A, T> @NotNull ConcurrentArray<E> runInReadLock(
498498
@NotNull A first,

0 commit comments

Comments
 (0)