AT: Committing code review changes
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / uses / handler / CreateUseRecordHandler.java
index 5f4c39538f4e39d4b9a18dd608baf747933074e0..5232e9380f2a3da1bdaa7c3f8c878ff8cc790e86 100644 (file)
@@ -70,9 +70,9 @@ public class CreateUseRecordHandler extends AbstractHandler {
                                AbstractPostOperation operation = null;
                                try {
                                        //Use Record Feature retrieval below
-                                       Feature feature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("8125a59d-b4d5-4485-89ea-67306297b599"));
+                                       Feature useRecordFeature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("8125a59d-b4d5-4485-89ea-67306297b599"));
                                        //The code below retrieves the feature "Uses" as a work around
-                                       //Feature feature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("e5374d39-b210-47c7-bec1-bee05b5f1cb6"));
+                                       Feature feature = (Feature) CdmStore.getService(ITermService.class).find(UUID.fromString("e5374d39-b210-47c7-bec1-bee05b5f1cb6"));
                                        feature.setSupportsCategoricalData(true);
                                        operation = new CreateUseRecordOperation(event
                                                        .getCommand().getName(),