Skip to content

Commit

Permalink
chore: fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 22, 2019
1 parent 354b738 commit 09d9672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/jandex/DotName.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public boolean isComponentized() {
* index and call and examine the nesting type like so:
*
* <code><pre>
* index.get(name).nestingType() !+ TOP_LEVEL;
* index.get(name).nestingType() != TOP_LEVEL;
* </pre></code>
*
*
Expand Down

0 comments on commit 09d9672

Please sign in to comment.