The comment in printDataOutput() modified to be more descriptive. BLD200309160100
authormentlicher@netbeans.org
Mon, 15 Sep 2003 15:12:08 +0000
changeset 353873a8e2a80cbc
parent 3537 349346725673
child 3539 fa6e6a158e69
The comment in printDataOutput() modified to be more descriptive.
vcscore/src/org/netbeans/modules/vcscore/cmdline/CommandLineVcsDirReader.java
     1.1 --- a/vcscore/src/org/netbeans/modules/vcscore/cmdline/CommandLineVcsDirReader.java	Mon Sep 15 11:25:29 2003 +0000
     1.2 +++ b/vcscore/src/org/netbeans/modules/vcscore/cmdline/CommandLineVcsDirReader.java	Mon Sep 15 15:12:08 2003 +0000
     1.3 @@ -121,7 +121,9 @@
     1.4      protected void printDataOutput(String[] data) {
     1.5          super.printDataOutput(data);
     1.6          if (!classRunning) {
     1.7 -            // Do not add the data here! They should be passed through filesByName table instead.
     1.8 +            // Do not add the data here for the class command!
     1.9 +            // They should be passed through filesByName table instead.
    1.10 +            // Command-line commands however pass the data through data output
    1.11              data = translateElements(data, (UserCommand) getCommand());
    1.12              rawData.add(data);
    1.13          }