/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{ if(name == null || value == null) { } return m; } { StringBuilder buf = new StringBuilder(); if(clss != null) { buf.append(clss.getName() + "\n"); { } } return buf.toString(); }