Skip to content

Commit f88dd5f

Browse files
committed
move to old source
1 parent 1ecaff2 commit f88dd5f

File tree

183 files changed

+207
-47138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+207
-47138
lines changed

app/src/main/java/kellinwood/logging/AbstractLogger.java

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package kellinwood.logging;
1717

18-
import java.io.PrintStream;
1918
import java.text.SimpleDateFormat;
2019
import java.util.Date;
2120

app/src/main/java/kellinwood/logging/android/AndroidLogger.java

-172
This file was deleted.

app/src/main/java/kellinwood/logging/android/AndroidLoggerFactory.java

-29
This file was deleted.

app/src/main/java/kellinwood/logging/log4j/Log4jLogger.java

-92
This file was deleted.

app/src/main/java/kellinwood/logging/log4j/Log4jLoggerFactory.java

-27
This file was deleted.

app/src/main/java/kellinwood/security/zipsigner/HexDumpEncoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
package kellinwood.security.zipsigner;
1919

20-
import java.io.IOException;
2120
import java.io.ByteArrayOutputStream;
21+
import java.io.IOException;
2222

2323
/** Produces the classic hex dump with an address column, hex data
2424
* section (16 bytes per row) and right-column printable character dislpay.

0 commit comments

Comments
 (0)