> BasicTextUI: installDefaults javadoc specifies only font, foreground and > background properties are set if their current value is either null or a > UIResource > and other properties are set if the current value is null > but in reality all properties such as font, foreground, background, caret > color, selection color, selected text color, disabled text color, and border > color are set if their current value is either null or a UIResource. > Fixed the javadoc to specify the same.
Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision: Add Oxford Comma ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/2888/files - new: https://git.openjdk.java.net/jdk/pull/2888/files/fad21b0d..fb7aa827 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2888&range=03 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2888&range=02-03 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/2888.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/2888/head:pull/2888 PR: https://git.openjdk.java.net/jdk/pull/2888