Skip to content

Commit

Permalink
Fixes javadoc error in CompletionLock.java (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Jun 4, 2024
1 parent 27f244a commit cb84d68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Maven dependency:
<groupId>org.microbean</groupId>
<artifactId>microbean-lang</artifactId>
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-lang for up-to-date available versions. -->
<version>0.0.13</version>
<version>0.0.14</version>
</dependency>
```

Expand Down
2 changes: 0 additions & 2 deletions lang/src/main/java/org/microbean/lang/CompletionLock.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ public static final <T> T guard(final Supplier<? extends T> s) {
* #release()} in a {@code finally} block, and returns the result of the {@link BooleanSupplier#getAsBoolean()
* getAsBoolean()} invocation.
*
* @param <T> the type of the object this method will return
*
* @param s a {@link BooleanSupplier}; must not be {@code null}
*
* @return the result of an invocation of the supplied {@link BooleanSupplier}'s {@link BooleanSupplier#getAsBoolean()
Expand Down

0 comments on commit cb84d68

Please sign in to comment.