Skip to content

Instantly share code, notes, and snippets.

@felippepuhle
Created September 20, 2017 12:09
Show Gist options
  • Select an option

  • Save felippepuhle/b330d6a234a81047a9e5a783100ed981 to your computer and use it in GitHub Desktop.

Select an option

Save felippepuhle/b330d6a234a81047a9e5a783100ed981 to your computer and use it in GitHub Desktop.
public class SemDesconto implements Desconto {
public double desconta(Orcamento orcamento) {
return 0;
}
public void setProximo(Desconto desconto) {
// nao tem!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment