Skip to content
Snippets Groups Projects
Commit 7db64bd3 authored by Simon Barner's avatar Simon Barner
Browse files

- Declare handlesMultipleEstructuralFeatures field as "protected"

refs 1841
parent 569298eb
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public abstract class EStructuralFeatureValueProviderBase<T extends IAnnotatedSp
* Flag if multiple {@link EStructuralFeature}s are managed by this
* {@link IAnnotationValueProvider}.
*/
boolean handlesMultipleEstructuralFeatures;
protected boolean handlesMultipleEstructuralFeatures;
/**
* Constructs a {@link IAnnotationValueProvider} for a {@link IAnnotatedSpecification} that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment