updated comments within file

This commit is contained in:
hjkhjk54 2012-03-16 20:35:27 +00:00
parent d875d2a0f1
commit 0ea1aa0065

View file

@ -38,8 +38,8 @@ import edu.cornell.mannlib.vitro.webapp.utils.ConceptSearchService.ConceptSearch
* Generates the edit configuration for importing concepts from external * Generates the edit configuration for importing concepts from external
* search services, e.g. UMLS etc. * search services, e.g. UMLS etc.
* *
* The N3 for this is set with the default settinf of * Since editing/deletion is handled by separate custom code, this generator always assumes
* * property addition mode.
*/ */
public class AddAssociatedConceptGenerator extends VivoBaseGenerator implements EditConfigurationGenerator { public class AddAssociatedConceptGenerator extends VivoBaseGenerator implements EditConfigurationGenerator {
@ -65,8 +65,6 @@ public class AddAssociatedConceptGenerator extends VivoBaseGenerator implements
// n3 optional // n3 optional
editConfiguration.setN3Optional(this.generateN3Optional()); editConfiguration.setN3Optional(this.generateN3Optional());
// Todo: what do new resources depend on here?
// In original form, these variables start off empty
editConfiguration.setNewResources(generateNewResources(vreq)); editConfiguration.setNewResources(generateNewResources(vreq));
// In scope // In scope
this.setUrisAndLiteralsInScope(editConfiguration, vreq); this.setUrisAndLiteralsInScope(editConfiguration, vreq);