Skip to content

Commit e61cc25

Browse files
committed
Fix Is#08
1 parent 56f8564 commit e61cc25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source Code Inspection/src/br/calebe/ticketmachine/core/PapelMoeda.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*/
77
public class PapelMoeda {
88

9-
protected int valor;
10-
protected int quantidade;
9+
private int valor;
10+
private int quantidade;
1111

1212
public PapelMoeda(int valor, int quantidade) {
1313
this.valor = valor;

0 commit comments

Comments
 (0)