Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/test/org/eclipse/papyrus/layers/stackmodel/PropertyValueFactoryTest.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/test/org/eclipse/papyrus/layers/stackmodel/PropertyValueFactoryTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/test/org/eclipse/papyrus/layers/stackmodel/PropertyValueFactoryTest.java b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/test/org/eclipse/papyrus/layers/stackmodel/PropertyValueFactoryTest.java
index 72cec32fa45..8914b045012 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/test/org/eclipse/papyrus/layers/stackmodel/PropertyValueFactoryTest.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/test/org/eclipse/papyrus/layers/stackmodel/PropertyValueFactoryTest.java
@@ -63,7 +63,7 @@ public class PropertyValueFactoryTest {
/**
* Test method for {@link org.eclipse.papyrus.layers.stackmodel.PropertyValueFactory#newInstance(java.lang.String, java.lang.String)}.
- *
+ *
* @throws IllegalAccessException
* @throws InstantiationException
* @throws ClassNotFoundException
@@ -80,7 +80,7 @@ public class PropertyValueFactoryTest {
/**
* Test method for {@link org.eclipse.papyrus.layers.stackmodel.PropertyValueFactory#loadClass(java.lang.String, java.lang.String)}.
- *
+ *
* @throws ClassNotFoundException
*/
@Test
@@ -96,7 +96,7 @@ public class PropertyValueFactoryTest {
/**
* Test method
- *
+ *
* @throws IllegalAccessException
* @throws InstantiationException
* @throws ClassNotFoundException
@@ -112,7 +112,7 @@ public class PropertyValueFactoryTest {
/**
* Test method
- *
+ *
* @throws IllegalAccessException
* @throws InstantiationException
* @throws ClassNotFoundException
@@ -129,7 +129,7 @@ public class PropertyValueFactoryTest {
/**
* Test method
- *
+ *
* @throws IllegalAccessException
* @throws InstantiationException
* @throws ClassNotFoundException

Back to the top