We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61de524 commit f1e57ccCopy full SHA for f1e57cc
basics/trunk/tools/src/main/java/org/jvnet/jaxb2_commons/xjc/model/concrete/XJCCMInfoFactory.java
@@ -275,7 +275,7 @@ private String getLocalName(final String fullName) {
275
}
276
final int lastIndexOfDot = fullName.lastIndexOf('.');
277
if (lastIndexOfDot != -1) {
278
- return fullName.substring(lastIndexOfDollar + 1);
+ return fullName.substring(lastIndexOfDot + 1);
279
280
return fullName;
281
0 commit comments