X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fcontainer%2FContainerTest.java;h=cbd623e9e963e3ba050552615905da069b455685;hb=49ce7cb8387601982d5e6ef186ce206d38f6e3d7;hp=01f8a35f7c93b7685a109e638878849a2eb48a56;hpb=94ddca39fadbe7931a17c179424afd123bd2863a;p=utils diff --git a/system/general/src/test/java/org/wamblee/system/container/ContainerTest.java b/system/general/src/test/java/org/wamblee/system/container/ContainerTest.java index 01f8a35f..cbd623e9 100644 --- a/system/general/src/test/java/org/wamblee/system/container/ContainerTest.java +++ b/system/general/src/test/java/org/wamblee/system/container/ContainerTest.java @@ -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. }