From: <svn...@os...> - 2012-06-21 03:38:46
|
Author: mbedward Date: 2012-06-20 20:38:39 -0700 (Wed, 20 Jun 2012) New Revision: 38824 Modified: trunk/modules/library/render/src/main/java/org/geotools/map/MapContent.java Log: minor javadoc edit Modified: trunk/modules/library/render/src/main/java/org/geotools/map/MapContent.java =================================================================== --- trunk/modules/library/render/src/main/java/org/geotools/map/MapContent.java 2012-06-21 01:43:21 UTC (rev 38823) +++ trunk/modules/library/render/src/main/java/org/geotools/map/MapContent.java 2012-06-21 03:38:39 UTC (rev 38824) @@ -671,8 +671,7 @@ } /** - * Sets the viewport for this map content and returns the previously - * set one (which may be {@code null}). The {@code viewport} argument may + * Sets the viewport for this map content. The {@code viewport} argument may * be {@code null}, in which case a subsequent to {@linkplain #getViewport()} * will return a new instance with default settings. * |