A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / spelling / engine / IPhoneticHashProvider.java
index 042b474..ddc9b82 100644 (file)
@@ -22,7 +22,7 @@ public interface IPhoneticHashProvider {
         * Returns the phonetic hash for the word.
         * 
         * @param word
-        *                  The word to get the phonetic hash for
+        *            The word to get the phonetic hash for
         * @return The phonetic hash for the word
         */
        public String getHash(String word);