Skip to content

Commit fac67c1

Browse files
committed
Set Strategy in Splitter to public so that users can customize flexible Strategies
1 parent 474bfb7 commit fac67c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guava/src/com/google/common/base/Splitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ public Map<String, String> split(CharSequence sequence) {
535535
}
536536
}
537537

538-
private interface Strategy {
538+
public interface Strategy {
539539
Iterator<String> iterator(Splitter splitter, CharSequence toSplit);
540540
}
541541

0 commit comments

Comments
 (0)