Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created August 22, 2013 22:39
Show Gist options
  • Save KowalczykBartek/6313682 to your computer and use it in GitHub Desktop.
Save KowalczykBartek/6313682 to your computer and use it in GitHub Desktop.
private void doStuff(int liczba) {
assert (liczba>0): "Wprowadzona liczba jest mniejsza niż zero";
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment