Skip to content

Commit e016105

Browse files
HannesWellnoopur2507
authored andcommitted
Remove now unnecessary suppression of warning about missing serial-UID
See - eclipse-jdt/eclipse.jdt.core#4210 (comment)
1 parent 906e067 commit e016105

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced

org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/FileHashing.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ private static class HasherImpl implements Hasher {
128128

129129
private final Map<CacheKey, HashCode> cache;
130130

131-
@SuppressWarnings("serial")
132131
public HasherImpl(int cacheSize) {
133132
this.cache = new LinkedHashMap<>() {
134133
@Override

0 commit comments

Comments
 (0)