Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
course-material
Commits
8dbfd18c
Commit
8dbfd18c
authored
5 years ago
by
George Adrian Stoica
Browse files
Options
Downloads
Patches
Plain Diff
Metadata related fixes
!6
(continuation)
removed commented code block
parent
a1dc0bd2
No related branches found
No related tags found
1 merge request
!6
Issue 11 allow user to enter and update metadata about the latlong points
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
simpleexample2/core/src/main/java/simpleex/core/MetaData.java
+0
-7
0 additions, 7 deletions
...leexample2/core/src/main/java/simpleex/core/MetaData.java
with
0 additions
and
7 deletions
simpleexample2/core/src/main/java/simpleex/core/MetaData.java
+
0
−
7
View file @
8dbfd18c
...
...
@@ -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;*/
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment