You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/05/22 19:22:00 UTC

svn commit: r540654 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/pear/tools/InstallationController.java

Author: mbaessler
Date: Tue May 22 10:21:58 2007
New Revision: 540654

URL: http://svn.apache.org/viewvc?view=rev&rev=540654
Log:
UIMA-411

minor update to InstallationController - beautify code

JIRA ticket https://issues.apache.org/jira/browse/UIMA-411

Modified:
    incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/pear/tools/InstallationController.java

Modified: incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/pear/tools/InstallationController.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/pear/tools/InstallationController.java?view=diff&rev=540654&r1=540653&r2=540654
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/pear/tools/InstallationController.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/pear/tools/InstallationController.java Tue May 22 10:21:58 2007
@@ -1058,9 +1058,7 @@
 
       // create InstallationTester object
       InstallationTester installTester = new InstallationTester(pkgBrowser);
-      TestStatus status = installTester.doTest();
-
-      return status;
+      return installTester.doTest();
 
     } catch (Throwable exc) {
       // print exception as 'verification message'