Skip to content

Commit

Permalink
[MNG-6697] Remove the unused FIELDS_CACHE and make the InnerInterpola…
Browse files Browse the repository at this point in the history
…tor private
  • Loading branch information
gnodet committed Jul 2, 2019
1 parent b4aa392 commit 71293e9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ public class StringSearchModelInterpolator
new ConcurrentHashMap<>( 80, 0.75f, 2 );
// Empirical data from 3.x, actual =40

private static final Map<Class<?>, Map<String, Field>> FIELDS_CACHE = new HashMap<>();

interface InnerInterpolator
private interface InnerInterpolator
{
String interpolate( String value );
}
Expand Down

0 comments on commit 71293e9

Please sign in to comment.