removing unused method isGeneratedModelFromField from ProcessRdfForm
This commit is contained in:
parent
1b5181e456
commit
5a85337afc
1 changed files with 1 additions and 18 deletions
|
@ -316,23 +316,6 @@ public class ProcessRdfForm {
|
||||||
return rdfModels;
|
return rdfModels;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO: bdc34: what does this check? Why?
|
|
||||||
*/
|
|
||||||
public static boolean isGenerateModelFromField(
|
|
||||||
String fieldName,
|
|
||||||
EditConfigurationVTwo configuration, MultiValueEditSubmission submission) {
|
|
||||||
// if(Utilities.isObjectProperty(configuration, vreq)) {
|
|
||||||
// return true;
|
|
||||||
// }
|
|
||||||
// if(Utilities.isDataProperty(configuration, vreq)) {
|
|
||||||
// if(Utilities.hasFieldChanged(fieldName, configuration, submission)) {
|
|
||||||
// return true;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected void logSubstitue(String msg, List<String> requiredAsserts,
|
protected void logSubstitue(String msg, List<String> requiredAsserts,
|
||||||
List<String> optionalAsserts, List<String> requiredRetracts,
|
List<String> optionalAsserts, List<String> requiredRetracts,
|
||||||
List<String> optionalRetracts) {
|
List<String> optionalRetracts) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue