>FromYourCode();

All the sources codespage 67

Java
 May 29, 2014 pm31 12:43
#171
if(zftDTOList == null || (zftDTOList != null && zftDTOList.size() < 1))
{
//....
}
Java
 May 28, 2014 am31 07:34
#196
// direct to the garbage
final String myString = null;