This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
java-design-patterns
Watch
1
Star
0
Fork
0
You've already forked java-design-patterns
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3d488ec15a
Branches
Tags
View all branches
java-design-patterns
/
double-checked-locking
/
src
/
main
/
java
/
com
/
iluwatar
/
doublechecked
/
locking
/
Item.java
7 lines
93 B
Java
Raw
Normal View
History
Unescape
Escape
#108 Consistent package naming throughout the examples
2015-07-24 11:32:22 +03:00
package
com.iluwatar.doublechecked.locking
;
double-checked-locking pattern is added.
2014-09-07 00:34:26 +01:00
public
class
Item
{
Added simple attributes to the Item.
2014-09-07 21:15:24 +01:00
String
name
;
int
level
;
double-checked-locking pattern is added.
2014-09-07 00:34:26 +01:00
}
Reference in New Issue
Copy Permalink