You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/09/22 22:09:01 UTC

svn commit: r817812 - /felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java

Author: fmeschbe
Date: Tue Sep 22 20:08:58 2009
New Revision: 817812

URL: http://svn.apache.org/viewvc?rev=817812&view=rev
Log:
Small typo in update thread name

Modified:
    felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java

Modified: felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java?rev=817812&r1=817811&r2=817812&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java (original)
+++ felix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java Tue Sep 22 20:08:58 2009
@@ -304,7 +304,7 @@
 
     private void updateBackground( final Bundle bundle, final File bundleFile, final boolean refreshPackages )
     {
-        Thread t = new InstallHelper( this, "Background Update" + bundle.getSymbolicName() + " ("
+        Thread t = new InstallHelper( this, "Background Update " + bundle.getSymbolicName() + " ("
             + bundle.getBundleId() + ")", bundleFile, refreshPackages )
         {