--- old/src/java.desktop/share/classes/sun/java2d/pipe/hw/ContextCapabilities.java 2015-05-09 01:26:23.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/java2d/pipe/hw/ContextCapabilities.java 2015-05-09 01:26:22.000000000 +0300 @@ -65,7 +65,7 @@ /** * Constructs a {@code ContextCapabilities} object. * @param caps an {@code int} representing the capabilities - * @param a {@code String} representing the name of the adapter, or null, + * @param adapterId {@code String} representing the name of the adapter, or null, * in which case the adapterId will be set to "unknown adapter". */ protected ContextCapabilities(int caps, String adapterId) {