Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2016-08-31 17:01:06 +0000
committerBrian Vosburgh2017-05-18 22:39:04 +0000
commit0e75bb4a8f19ae75c2a9827ad476c822dd7b8745 (patch)
tree827e9c8f8692b48cd321c3d0b429359bebc8f85e /common/plugins
parentbd7f2609d163767810cbf945a5ecbaa4a9a2d3cd (diff)
downloadwebtools.dali-0e75bb4a8f19ae75c2a9827ad476c822dd7b8745.tar.gz
webtools.dali-0e75bb4a8f19ae75c2a9827ad476c822dd7b8745.tar.xz
webtools.dali-0e75bb4a8f19ae75c2a9827ad476c822dd7b8745.zip
refactor aspect adapters with static subject models
Diffstat (limited to 'common/plugins')
-rw-r--r--common/plugins/org.eclipse.jpt.common.utility/src/org/eclipse/jpt/common/utility/internal/model/value/PropertyAspectAdapterXXXX.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.utility/src/org/eclipse/jpt/common/utility/internal/model/value/PropertyAspectAdapterXXXX.java b/common/plugins/org.eclipse.jpt.common.utility/src/org/eclipse/jpt/common/utility/internal/model/value/PropertyAspectAdapterXXXX.java
index 757dcf1874..2db4878230 100644
--- a/common/plugins/org.eclipse.jpt.common.utility/src/org/eclipse/jpt/common/utility/internal/model/value/PropertyAspectAdapterXXXX.java
+++ b/common/plugins/org.eclipse.jpt.common.utility/src/org/eclipse/jpt/common/utility/internal/model/value/PropertyAspectAdapterXXXX.java
@@ -45,14 +45,6 @@ public abstract class PropertyAspectAdapterXXXX<S extends Model, V>
// ********** constructors **********
/**
- * Construct a property aspect adapter for the specified subject
- * and property aspect.
- */
- protected PropertyAspectAdapterXXXX(String aspectName, S subject) {
- this(PropertyValueModelTools.staticModel(subject), new String[] {aspectName});
- }
-
- /**
* Construct a property aspect adapter for the specified subject model
* and property aspects.
*/

Back to the top