Esempio n. 1
0
 public Element importComments(Element e, String... extraComments) {
   if (e != null) {
     importDetails(e, false);
     moveAllCommentsBefore();
   }
   addToCommentBefore(extraComments);
   return this;
 }