< prev index next >

src/java.base/share/classes/java/lang/Runtime.java

Print this page
rev 58428 : [mq]: XXXXXXX-typos

*** 958,968 **** private final Optional<Integer> build; private final Optional<String> optional; /* * List of version number components passed to this constructor MUST ! * be at least unmodifiable (ideally immutable). In the case on an * unmodifiable list, the caller MUST hand the list over to this * constructor and never change the underlying list. */ private Version(List<Integer> unmodifiableListOfVersions, Optional<String> pre, --- 958,968 ---- private final Optional<Integer> build; private final Optional<String> optional; /* * List of version number components passed to this constructor MUST ! * be at least unmodifiable (ideally immutable). In the case of an * unmodifiable list, the caller MUST hand the list over to this * constructor and never change the underlying list. */ private Version(List<Integer> unmodifiableListOfVersions, Optional<String> pre,
< prev index next >