fixed warnings..... mostly boxing

git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk/data@3517 92a21009-5b66-0410-b83a-dc787c41c6e9
diff --git a/geography/org.eclipse.stem.data.geography/src/org/eclipse/stem/data/geography/centers/PluginCenterReader.java b/geography/org.eclipse.stem.data.geography/src/org/eclipse/stem/data/geography/centers/PluginCenterReader.java
index a8abd51..d558bf8 100644
--- a/geography/org.eclipse.stem.data.geography/src/org/eclipse/stem/data/geography/centers/PluginCenterReader.java
+++ b/geography/org.eclipse.stem.data.geography/src/org/eclipse/stem/data/geography/centers/PluginCenterReader.java
@@ -29,7 +29,7 @@
 	

 	public static Map<String, String> regionCentersMap= new HashMap<String, String>();

 	

-	public static final String GEOGRAPHY_DATA_PLUGIN = "org.eclipse.stem.data.geography";

+	public static final String GEOGRAPHY_DATA_PLUGIN = "org.eclipse.stem.data.geography"; //$NON-NLS-1$ 

 	public static final String DATA_PATH =  "src/org/eclipse/stem/data/geography/centers/"; //$NON-NLS-1$ 

 	

 	//public static final String dataPath = "./src/org/eclipse/stem/data/geography/centers/"; //$NON-NLS-1$

@@ -186,7 +186,7 @@
 	static protected void getAllCenterFileNames() {

 		try {

 			Path p = new Path(DATA_PATH);

-			Enumeration<URL> allFiles = geoBundle.findEntries(DATA_PATH, "*.properties", false);

+			Enumeration<URL> allFiles = geoBundle.findEntries(DATA_PATH, "*.properties", false); //$NON-NLS-1$ 

 			

 			URL[] dataFiles = filterAndSortFiles(allFiles);

 				// remember the area files