[mapguide-commits] r7245 - sandbox/jng/swig-java/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 7 08:27:03 PST 2012


Author: jng
Date: 2012-12-07 08:27:01 -0800 (Fri, 07 Dec 2012)
New Revision: 7245

Modified:
   sandbox/jng/swig-java/Common/MapGuideCommon/Services/MappingService.h
Log:
Remove characters that are tripping up javac compilation on linux

Modified: sandbox/jng/swig-java/Common/MapGuideCommon/Services/MappingService.h
===================================================================
--- sandbox/jng/swig-java/Common/MapGuideCommon/Services/MappingService.h	2012-12-07 01:54:38 UTC (rev 7244)
+++ sandbox/jng/swig-java/Common/MapGuideCommon/Services/MappingService.h	2012-12-07 16:27:01 UTC (rev 7245)
@@ -337,7 +337,7 @@
     /// The requested image height in pixels.
     /// \param format (String/string)
     /// Input
-    /// Image format, from MgImageFormats. Example: PNG, JPG, PNG8, etc …
+    /// Image format, from MgImageFormats. Example: PNG, JPG, PNG8, etc 
     /// \param geomType (int)
     /// Input
     /// The type of symbolization required: 1=Point, 2=Line, 3=Area, 4=Composite
@@ -400,7 +400,7 @@
     /// \return
     /// A byte reader containing an XML document with the feature
     /// information described in GML (Geography Markup Language). GML
-    /// is defined by the OpenGIS® consortium. A specification for
+    /// is defined by the OpenGIS consortium. A specification for
     /// this language can be found at: /// https://portal.opengeospatial.org/files/?artifact_id=7174
     ///
     ///
@@ -439,7 +439,7 @@
     /// \return
     /// Returns a byte reader containing an XML document with the feature
     /// information described in GML (Geography Markup Language). GML
-    /// is defined by the OpenGIS® consortium. A specification for
+    /// is defined by the OpenGIS consortium. A specification for
     /// this language can be found at: /// https://portal.opengeospatial.org/files/?artifact_id=7174
     ///
     ///



More information about the mapguide-commits mailing list