checkstyle passes


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/util/tools/Utility.java b/dev/core/src/com/google/gwt/util/tools/Utility.java
index 090cd49..7b785f5 100644
--- a/dev/core/src/com/google/gwt/util/tools/Utility.java
+++ b/dev/core/src/com/google/gwt/util/tools/Utility.java
@@ -193,7 +193,7 @@
   /**
    * Gets the contents of a file from the class path as a string.
    * 
-   * @param filename the partial path to the resource from this class's class
+   * @param partialPath the partial path to the resource from this class's class
    *          file
    * @return the contents of the file, or <code>null</code> if the file could
    *         not be found