Use the force Luk!
Date: 01/25/06
(Code WTF) Keywords: no keywords
public String getValue() {
if (this != null) {
return getMessages().getString(this.getKey());
}
return "";
}
no comments (:
Source: http://community.livejournal.com/code_wtf/24133.html
|