Skip to content

Commit ff49d98

Browse files
committed
Don't initialize instance variables to their default values
1 parent 8be1e90 commit ff49d98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/apache/commons/codec/language/DaitchMokotoffSoundex.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ private static final class Branch {
8383

8484
private Branch() {
8585
builder = new StringBuilder();
86-
lastReplacement = null;
87-
cachedString = null;
8886
}
8987

9088
/**

0 commit comments

Comments
 (0)