Skip to content

Commit

Permalink
Misc javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Oct 4, 2023
1 parent 59629a5 commit 8c402e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/**
* A versioned schema for an XML element contained within <code>jboss-all.xml</code>,
* @author Paul Ferraro
* @param S the schema type
* @param T the type upon which this parser operates
* @param <S> the schema type
* @param <T> the type upon which this parser operates
*/
public interface JBossAllSchema<S extends JBossAllSchema<S, T>, T> extends IntVersionSchema<S>, JBossAllXMLParser<T> {

Expand Down

0 comments on commit 8c402e5

Please sign in to comment.