Skip to content

Commit

Permalink
[#1372] Delete marker interface Gear
Browse files Browse the repository at this point in the history
Missed since 3.0 annotation for `GearAware.Unsafe#apply`

Closes #1372
  • Loading branch information
ruspl-afed committed May 23, 2024
1 parent ca0e7c7 commit 2e902c1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public final <T> Optional<T> withGear(Unsafe<G, T> with) throws LicensingExcepti
@FunctionalInterface
public interface Unsafe<G, T> {

/**
* @since 3.0
*/
Optional<T> apply(G gear) throws Exception;

}
Expand Down

0 comments on commit 2e902c1

Please sign in to comment.