You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by no...@apache.org on 2010/09/02 16:19:01 UTC

svn commit: r991944 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java

Author: noelgrandin
Date: Thu Sep  2 14:19:01 2010
New Revision: 991944

URL: http://svn.apache.org/viewvc?rev=991944&view=rev
Log:
remove TODO - nothing to do here

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java?rev=991944&r1=991943&r2=991944&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Document.java Thu Sep  2 14:19:01 2010
@@ -26,8 +26,6 @@ public class Document extends Block {
 
     public Document(Document document, boolean recursive) {
         super(document, recursive);
-
-        // TODO?
     }
 
     @Override