Skip to content

Commit

Permalink
Change access modifier of the Strategy interface to Public,so that us…
Browse files Browse the repository at this point in the history
…ers can customize flexible Strategies
  • Loading branch information
tinswzy committed Jan 14, 2022
1 parent 474bfb7 commit 4a934ed
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 4a934ed

Please # to comment.