Hi All, Please review a NPE fix for the below bug.
Bug: https://bugs.openjdk.java.net/browse/JDK-8212202 Webrev: http://cr.openjdk.java.net/~sveerabhadra/8212202/webrev.00/ Function getRemotePrintersNames() may return null values and hence they need to be handled from the caller of that function which was missing earlier. This fix handles the null return values of the said function. Thanks and regards, Shashi
