Handle the new "wpEditToken" input parameter for upload
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / actions / mediawiki / connect / Content.java
index d701056..6d2334b 100644 (file)
@@ -7,12 +7,10 @@ package net.sourceforge.phpeclipse.wiki.actions.mediawiki.connect;
 
 public class Content {
   String timestamp;
-
   String body;
 
   /**
    * the Content of a Page 
-   * 
    * @param timestamp
    * @param body
    */