mengdiwang / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Documentation Error #495

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://guava-libraries.googlecode.com/svn/trunk/javadoc/com/google/common/base/S
plitter.html#onPattern(java.lang.String)

Shouldn't

Splitter.onPattern("\r?\n").split(entireFile)

be

Splitter.onPattern("\\r?\\n").split(entireFile)

Original issue reported on code.google.com by saur...@gmail.com on 10 Dec 2010 at 1:04

GoogleCodeExporter commented 9 years ago
Either way works.

Original comment by kevinb@google.com on 11 Dec 2010 at 1:22

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09