Skip to content

Commit

Permalink
7.1 poprawienie modyfikatora final we wszystkich plikach
Browse files Browse the repository at this point in the history
  • Loading branch information
nbalicka35 committed May 21, 2024
1 parent 1fb6072 commit 7273386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/kis/vh/nursery/list/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Node {

public int value;
public final int value;
public Node prev, next;

public Node(int i) {
Expand Down

0 comments on commit 7273386

Please sign in to comment.