I\'m trying to use com.google.common.base.Splitter as follows
Iterable segs = Splitter.on(\"/\").split(\"one/two/three/four/five\"); for (Stri
Yeah, It's the problem with guava library only. Keep the updated library and remove all remaining versions of guava if you have any and try. Should work fine.