JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / ext / rbvi / chimera / JalviewChimeraView.java
index 34e07f2..ad0cba0 100644 (file)
@@ -26,8 +26,7 @@ public class JalviewChimeraView
   @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
-    jalview.bin.Jalview.main(new String[]
- {
+    jalview.bin.Jalview.main(new String[] {
         "-noquestionnaire -nonews -props",
         "test/jalview/ext/rbvi/chimera/testProps.jvprops" });
   }
@@ -41,7 +40,7 @@ public class JalviewChimeraView
     jalview.gui.Desktop.instance.closeAll_actionPerformed(null);
   }
 
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testSingleSeqViewChimera()
   {
     Cache.setProperty(Preferences.STRUCTURE_DISPLAY,
@@ -58,7 +57,8 @@ public class JalviewChimeraView
       {
         dsq = dsq.getDatasetSequence();
       }
-      if (dsq.getAllPDBEntries() != null && dsq.getAllPDBEntries().size() > 0)
+      if (dsq.getAllPDBEntries() != null
+              && dsq.getAllPDBEntries().size() > 0)
       {
         for (int q = 0; q < dsq.getAllPDBEntries().size(); q++)
         {
@@ -67,8 +67,8 @@ public class JalviewChimeraView
           structureViewer.setViewerType(ViewerType.CHIMERA);
           JalviewStructureDisplayI chimeraViewer = structureViewer
                   .viewStructures(dsq.getAllPDBEntries().elementAt(q),
-                          new SequenceI[]
-                          { sq }, af.getCurrentView().getAlignPanel());
+                          new SequenceI[] { sq }, af.getCurrentView()
+                                  .getAlignPanel());
           /*
            * Wait for viewer load thread to complete
            */