Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68f92eb

Browse filesBrowse files
author
John J. Aylward
committed
Adds more javadoc.
1 parent 34652a8 commit 68f92eb
Copy full SHA for 68f92eb

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Collapse file

‎XML.java‎

Copy file name to clipboardExpand all lines: XML.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ public class XML {
6464

6565
/**
6666
* Creates an iterator for navigating Code Points in a string instead of
67-
* characters.
67+
* characters. Once Java7 support is dropped, this can be replaced with
68+
* <code>
69+
* string.codePoints()
70+
* </code>
71+
* which is available in Java8 and above.
6872
*
6973
* @see <a href=
7074
* "http://stackoverflow.com/a/21791059/6030888">http://stackoverflow.com/a/21791059/6030888</a>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.