Skip to content

Instantly share code, notes, and snippets.

@ktoso
Created November 21, 2010 18:18
Show Gist options
  • Save ktoso/708981 to your computer and use it in GitHub Desktop.
Save ktoso/708981 to your computer and use it in GitHub Desktop.
after eclipse formatting
package example;
import pl.xsolve.example.*;
class MyClazz {
public static void doStuff(Stuff stuff) {
for (int i = 0; i < 15; i++) {
ekhem();
}
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment