Skip to content

Commit

Permalink
Correct @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Dec 19, 2021
1 parent 1b08d68 commit 2af7bff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Selector implementation support class: by extending this class one may override defaults, or provide completely
* alternative way of configuration. This implementation uses Java System properties to select factory and name mapper.
*
* @since TBD
* @since 1.7.3
*/
public abstract class NamedLockFactorySelectorSupport
implements NamedLockFactorySelector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Simple selector implementation that uses {@link LocalReadWriteLockNamedLockFactory} and {@link GAVNameMapper} as
* default name lock factory and name mapper.
*
* @since TBD
* @since 1.7.3
*/
@Singleton
@Named
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Named locks factory of {@link FileLockNamedLock}s. This is a bit special implementation, as it
* expects locks names to be fully qualified absolute file system paths.
*
* @since TBD
* @since 1.7.3
*/
@Singleton
@Named( FileLockNamedLockFactory.NAME )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* This implementation performs coordination not only on thread (JVM-local) level, but also on
* process level, as long as other parties are using this same "advisory" locking mechanism.
*
* @since TBD
* @since 1.7.3
*/
public final class FileLockNamedLock
extends NamedLockSupport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* blocks the caller thread until operation return non-{@code null} value within the given waiting
* time and the current thread has not been {@linkplain Thread#interrupt interrupted}.
*
* @since TBD
* @since 1.7.3
*/
public final class Retry
{
Expand Down

0 comments on commit 2af7bff

Please sign in to comment.