Re-merges with Classpath, from various people:
* java/lang/Double.java (parseDouble): Fixed ordering of modifiers. * java/lang/reflect/AccessibleObject.java: Javadoc, reindented. * java/lang/reflect/Member.java: Reindented. * java/lang/reflect/Modifier.java: Reindented. (toString): Only trim trailing space if text was added to StringBuffer. * java/util/ConcurrentModificationException.java: Javadoc updates. * java/util/EmptyStackException.java: Likewise. * java/util/NoSuchElementException.java: Likewise. From-SVN: r47018
This commit is contained in:
@@ -504,7 +504,7 @@ public final class Double extends Number implements Comparable
|
||||
* @see #NEGATIVE_INFINITY
|
||||
* @since 1.2
|
||||
*/
|
||||
public native static double parseDouble (String s)
|
||||
public static native double parseDouble (String s)
|
||||
throws NumberFormatException;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user