Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-24 17:38:31 +0000
committerrbrooks2010-07-24 17:38:31 +0000
commit4081f04850d3eff9eb1bd7241763707bfbb43a45 (patch)
tree258620df94d4b24077ff103a6c4dea9cb78493fb /plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src
parent4ed8bddc791fda93940f238c5135556a07041dc0 (diff)
downloadorg.eclipse.osee-4081f04850d3eff9eb1bd7241763707bfbb43a45.tar.gz
org.eclipse.osee-4081f04850d3eff9eb1bd7241763707bfbb43a45.tar.xz
org.eclipse.osee-4081f04850d3eff9eb1bd7241763707bfbb43a45.zip
applied Eclipse source cleanup
Diffstat (limited to 'plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src')
-rw-r--r--plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTest.java4
-rw-r--r--plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTestSuite.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTest.java b/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTest.java
index 940b830409c..a3f2d8d3416 100644
--- a/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTest.java
+++ b/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTest.java
@@ -68,7 +68,7 @@ public class AttributeLocatorProviderTest {
Assert.assertEquals(data.getId(), data.getShouldException(), true);
}
Assert.assertEquals(data.getId(), data.getExpected(),
- locator != null ? locator.getLocation().toASCIIString() : null);
+ locator != null ? locator.getLocation().toASCIIString() : null);
}
}
@@ -98,7 +98,7 @@ public class AttributeLocatorProviderTest {
Assert.assertEquals(data.getId(), data.getShouldException(), true);
}
Assert.assertEquals(data.getId(), data.getExpected(),
- locator != null ? locator.getLocation().toASCIIString() : null);
+ locator != null ? locator.getLocation().toASCIIString() : null);
}
}
diff --git a/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTestSuite.java b/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTestSuite.java
index 64b2f99b69a..bac74212791 100644
--- a/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTestSuite.java
+++ b/plugins/org.eclipse.osee.framework.resource.locator.attribute.test/src/org/eclipse/osee/framework/resource/locator/attribute/test/AttributeLocatorProviderTestSuite.java
@@ -14,7 +14,7 @@ import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
-@Suite.SuiteClasses( {AttributeLocatorProviderTest.class})
+@Suite.SuiteClasses({AttributeLocatorProviderTest.class})
/**
* @author Roberto E. Escobar
*/

Back to the top