Fixing problem with data property editing.

This commit is contained in:
briancaruso 2011-11-16 18:43:45 +00:00
parent a09feb0a4d
commit d3fac53bd3

View file

@ -101,7 +101,6 @@ public class N3EditUtils {
//the editConfig used for this submission in the session. The same thing
//is done for an update or a new insert since it will convert the insert
//EditConfig into an update EditConfig.
FieldVTwo dataField = copy.getField(copy.getVarNameForObject());
DataPropertyStatement dps = new DataPropertyStatementImpl();
List<Literal> submitted = submission.getLiteralsFromForm().get(copy.getVarNameForObject());