Skip to content

Commit

Permalink
Set Strategy in Splitter to public so that users can customize flexib…
Browse files Browse the repository at this point in the history
…le Strategies
  • Loading branch information
tinswzy committed Jan 14, 2022
1 parent 474bfb7 commit fac67c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guava/src/com/google/common/base/Splitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ public Map<String, String> split(CharSequence sequence) {
}
}

private interface Strategy {
public interface Strategy {
Iterator<String> iterator(Splitter splitter, CharSequence toSplit);
}

Expand Down

0 comments on commit fac67c1

Please # to comment.