Skip to content

Commit

Permalink
Made logFileOutputStream package-private
Browse files Browse the repository at this point in the history
  • Loading branch information
Traneptora committed Jun 29, 2016
1 parent 9814df3 commit fb9ae1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thebombzen/tumblgififier/TumblGIFifier.java
Expand Up @@ -40,7 +40,7 @@ public final class TumblGIFifier {
*/
public static final String EXE_EXTENSION = IS_ON_WINDOWS ? ".exe" : "";

private static OutputStream logFileOutputStream;
static OutputStream logFileOutputStream;

private static volatile boolean initializedCleanup = false;

Expand Down

0 comments on commit fb9ae1c

Please sign in to comment.