Skip to content

Commit 91a7980

Browse files
committed
Added simple attributes to the Item.
1 parent c0c9028 commit 91a7980

File tree

1 file changed

+2
-1
lines changed
  • double-checked-locking/src/main/java/com/iluwatar

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.iluwatar;
22

33
public class Item {
4-
4+
String name;
5+
int level;
56
}

0 commit comments

Comments
 (0)