gleimar 2021-10-08 14:16:04 +00:00
parent 6f77f1f6c5
commit 259b8eacc3
1 changed files with 3 additions and 1 deletions

View File

@ -907,6 +907,8 @@ public class Totalbus {
desc = desc.replaceAll("\n", " ");
desc = desc.replaceAll("\r", " ");
return desc;
}
@ -1118,7 +1120,7 @@ public class Totalbus {
public void setIsReceitasDespesasComporte(Boolean isReceitasDespesasComporte) {
this.isReceitasDespesasComporte = isReceitasDespesasComporte;
}
public static void main(String[] args) {
public static void amain(String[] args) {
System.out.println(new BigDecimal("0").signum());
}