(no commit message)
[utils] / system / general / src / test / java / org / wamblee / system / container / ContainerTest.java
index 01f8a35f7c93b7685a109e638878849a2eb48a56..cbd623e9e963e3ba050552615905da069b455685 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.system.container;
 
 import java.io.Serializable;
@@ -219,7 +219,7 @@ public class ContainerTest extends TestCase {
             Component<?> comp = new Application();
             Container system = new Container("top").addComponent(comp);
             Container system2 = new Container("top2").addComponent(comp);
-            
+
             ignoredVariable(system);
             ignoredVariable(system2);
         } catch (SystemAssemblyException e) {
@@ -228,8 +228,8 @@ public class ContainerTest extends TestCase {
 
         fail();
     }
-    
-    private static void ignoredVariable(Object aObject) { 
+
+    private static void ignoredVariable(Object aObject) {
         // for findbugs.
     }