Skip to content

Commit

Permalink
TAP5-2789: fix error when compiling with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohp committed Sep 21, 2024
1 parent 667ab73 commit b01afbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ private static List<ClassRefactor> parse(List<String> lines)
private static final class MavenNamespaceContext implements NamespaceContext {

@Override
public Iterator<?> getPrefixes(String namespaceURI)
public Iterator<String> getPrefixes(String namespaceURI)
{
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit b01afbe

Please sign in to comment.