Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Feb 1, 2024
1 parent 4dcf9da commit 622e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/java/mcp/mobius/waila/api/IInstanceRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Registry for attaching object instances to a type and its subtypes.
*
* @param <T> the provider type
* @param <T> the instance type
*/
@ApiStatus.NonExtendable
public interface IInstanceRegistry<T> {
Expand Down

0 comments on commit 622e9ac

Please sign in to comment.