source reformatting BLD200312011900
authorlebedkov@netbeans.org
Mon, 01 Dec 2003 17:52:10 +0000
changeset 37517c7738be9a38
parent 3750 ff4633956960
child 3752 6a4f16db5f7f
source reformatting
tasklist.core/src/org/netbeans/modules/tasklist/core/TaskListView.java
     1.1 --- a/tasklist.core/src/org/netbeans/modules/tasklist/core/TaskListView.java	Mon Dec 01 16:50:50 2003 +0000
     1.2 +++ b/tasklist.core/src/org/netbeans/modules/tasklist/core/TaskListView.java	Mon Dec 01 17:52:10 2003 +0000
     1.3 @@ -66,7 +66,8 @@
     1.4  import org.openide.util.actions.CallbackSystemAction;
     1.5  
     1.6  
     1.7 -/** View showing the task list items
     1.8 +/** 
     1.9 + * View showing the task list items
    1.10   * @author Tor Norbye, Tim Lebedkov, Trond Norbye
    1.11   * @todo Figure out why the window system sometimes creates multiple objects
    1.12   *       from this class
    1.13 @@ -1253,7 +1254,8 @@
    1.14          }
    1.15      }
    1.16  
    1.17 -    /** Set the filter to be used in this view.
    1.18 +    /**
    1.19 +    * Set the filter to be used in this view.
    1.20       * @param filter The filter to be set, or null, to remove filtering.
    1.21       * @param showStatusBar When true, show a status bar with a remove button etc.
    1.22       */