commit | 411a669371282d38488a6fbd724970fb55b5d840 | [log] [tgz] |
---|---|---|
author | James Kaufman <jhkauf@us.ibm.com> | Thu Oct 11 19:06:35 2012 +0000 |
committer | James Kaufman <jhkauf@us.ibm.com> | Thu Oct 11 19:06:35 2012 +0000 |
tree | 9b01794fb69e8cfda394bf764173b9be13f19842 | |
parent | e7c0fb53151068e6e95ec121318eb4a2cb09c813 [diff] |
fixed warnings git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk/data/earthscience@3525 92a21009-5b66-0410-b83a-dc787c41c6e9
diff --git a/org.eclipse.stem.internal.data.geography.earthscience/src/org/eclipse/stem/internal/data/geography/specifications/EarthPropertyFileSpecification.java b/org.eclipse.stem.internal.data.geography.earthscience/src/org/eclipse/stem/internal/data/geography/specifications/EarthPropertyFileSpecification.java index ec74693..7df921c 100644 --- a/org.eclipse.stem.internal.data.geography.earthscience/src/org/eclipse/stem/internal/data/geography/specifications/EarthPropertyFileSpecification.java +++ b/org.eclipse.stem.internal.data.geography.earthscience/src/org/eclipse/stem/internal/data/geography/specifications/EarthPropertyFileSpecification.java
@@ -75,7 +75,9 @@ return new EarthSciencePropertyData(new ISOKey(dataPropertyKey), propertyValue); } // createDataSetData - @SuppressWarnings("deprecation") + /** + * + */ @Override protected NodeLabel createLabel(final AdminLevel adminLevel, final ISOKey isoKey, final PropertyData graphData) {