Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ public class UnitsAnnotatedTypeFactory extends BaseAnnotatedTypeFactory {
private @MonotonicNonNull Map<@CanonicalName String, UnitsRelations> unitsRel;

/** Map from canonical name of external qualifiers, to their Class. */
private static final Map<@CanonicalName String, Class<? extends Annotation>> externalQualsMap =
private final Map<@CanonicalName String, Class<? extends Annotation>> externalQualsMap =
new HashMap<>();

private static final Map<String, AnnotationMirror> aliasMap = new HashMap<>();
private final Map<String, AnnotationMirror> aliasMap = new HashMap<>();

@SuppressWarnings("this-escape")
public UnitsAnnotatedTypeFactory(BaseTypeChecker checker) {
Expand Down
1 change: 1 addition & 0 deletions docs/manual/contributors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
David McArthur,
Di Wang,
Dilraj Singh,
Dimpal Singh,
Dmitriy Shepelev,
Eric Spishak,
Ethan Koenig,
Expand Down
Loading