Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2017-10-02 03:55:20 +0000
committerRyan T. Baldwin2017-10-02 03:55:20 +0000
commit0eb56b248997df90da75254cd8756db67d34709c (patch)
tree18dc417d56120df924ec6713704f380640391666 /plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java
parent7859f0adb397e6abb4f2131f2b0390baa4cd1fdc (diff)
downloadorg.eclipse.osee-0eb56b248997df90da75254cd8756db67d34709c.tar.gz
org.eclipse.osee-0eb56b248997df90da75254cd8756db67d34709c.tar.xz
org.eclipse.osee-0eb56b248997df90da75254cd8756db67d34709c.zip
refactor[ats_TSK19352]: Re-format all files
Diffstat (limited to 'plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java')
-rw-r--r--plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java
index a1d92d101d1..f7161d72cdc 100644
--- a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java
+++ b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/workflow/transition/StateManagerTest.java
@@ -37,7 +37,7 @@ public class StateManagerTest {
}
@Test
- public void testUpdateMetrics() {
+ public void testUpdateMetrics() {
AtsTestUtil.cleanupAndReset(getClass().getSimpleName());
TeamWorkFlowArtifact teamWf = AtsTestUtil.getTeamWf();

Back to the top