Skip to content
Snippets Groups Projects
Commit 8dbfd18c authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

Metadata related fixes !6 (continuation)

removed commented code block
parent a1dc0bd2
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
......@@ -286,13 +286,6 @@ public class MetaData {
*/
public boolean hasCustomProperties() {
return hasOtherProperties(NAME_PROPERTY, DESCRIPTION_PROPERTY);
/*for (int i = 0; i < this.properties.size(); i=i+2) {
String propertyName = this.properties.get(i);
if((propertyName != NAME_PROPERTY) && (propertyName != DESCRIPTION_PROPERTY)) {
return true;
}
}
return false;*/
}
/**
......
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