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
java-design-patterns
/
double-checked-locking
/
src
/
main
/
java
/
com
/
iluwatar
/
Item.java
7 lines
71 B
Java
Raw
Normal View
History
Unescape
Escape
double-checked-locking pattern is added.
2014-09-07 00:34:26 +01:00
package
com.iluwatar
;
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