File tree Expand file tree Collapse file tree
rlib-common/src/main/java/com/ss/rlib/common/util/array Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99}
1010
11- rootProject. version = ' 9.10 .0'
11+ rootProject. version = ' 9.9 .0'
1212group = ' com.spaceshift'
1313
1414allprojects {
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments