-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
-
b12
The changes for JDK-8029960 added two unused imports:
import java.util.logging.Level;
import java.util.logging.Logger;
that should be removed.