File tree 3 files changed +1
-6
lines changed
logback-classic/src/main/java/ch/qos/logback/classic/spi
logback-core/src/main/java/ch/qos/logback/core
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 17
17
import java .security .CodeSource ;
18
18
import java .util .HashMap ;
19
19
20
- //import sun.reflect.Reflection;
21
-
22
- // import java.security.AccessControlException; import java.security.AccessController;import java.security.PrivilegedAction;
23
20
/**
24
21
* Given a classname locate associated PackageInfo (jar name, version name).
25
22
*
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ protected void determineCompressionMode() {
63
63
}
64
64
65
65
/**
66
- * If compression mode is XZ but the XZ librarey is missing, then fallback to GZ compresison .
66
+ * If compression mode is XZ but the XZ library is missing, then fallback to GZ compression .
67
67
*/
68
68
protected void adjustCompressionModeAndFileNamePatternStrIfNecessary () {
69
69
if (compressionMode == compressionMode .XZ ) {
Original file line number Diff line number Diff line change 15
15
16
16
import java .io .IOException ;
17
17
import java .net .URL ;
18
- import java .security .AccessController ;
19
- import java .security .PrivilegedAction ;
20
18
import java .util .Enumeration ;
21
19
import java .util .Set ;
22
20
import java .util .HashSet ;
You can’t perform that action at this time.
0 commit comments