Skip to content

Commit

Permalink
Merge pull request #173 from Ladicek/equivalence-key
Browse files Browse the repository at this point in the history
introduce the notion of equivalence
  • Loading branch information
Ladicek authored Mar 1, 2022
2 parents 3127b09 + 4bfb143 commit aaa2f2f
Show file tree
Hide file tree
Showing 8 changed files with 965 additions and 26 deletions.
6 changes: 3 additions & 3 deletions core/src/main/java/org/jboss/jandex/DotName.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
public final class DotName implements Comparable<DotName> {
static final DotName JAVA_NAME;
static final DotName JAVA_LANG_NAME;
static final DotName OBJECT_NAME;
static final DotName ENUM_NAME;
static final DotName RECORD_NAME;
public static final DotName OBJECT_NAME;
public static final DotName ENUM_NAME;
public static final DotName RECORD_NAME;

private final DotName prefix;
private final String local;
Expand Down
Loading

0 comments on commit aaa2f2f

Please # to comment.