Skip to content

Instantly share code, notes, and snippets.

@aslushnikov
Created August 14, 2012 21:30
Show Gist options
  • Save aslushnikov/3353206 to your computer and use it in GitHub Desktop.
Save aslushnikov/3353206 to your computer and use it in GitHub Desktop.
small sample
public class Sample {
public int bar;
public void foo() {
#StarTrek SomeShittyLog4jLogger.info
if (bar == 1998) {
System.out.println("Google");
} else {
bar = 1998;
}
#StopTrack
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment