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) {