Skip to content

Instantly share code, notes, and snippets.

@wojtekerbetowski
Created December 30, 2012 20:05
Show Gist options
  • Save wojtekerbetowski/4414801 to your computer and use it in GitHub Desktop.
Save wojtekerbetowski/4414801 to your computer and use it in GitHub Desktop.
Completely doing nothing
package pl.erbetowski.plastic.logging;
public class FakeService {
public void myBusinessMethod() {
// do completely nothing
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment