Javadoc fixes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1557 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-07-02 23:15:53 +00:00
parent 4dcb62d186
commit 627ee5a1db
5 changed files with 13 additions and 12 deletions
@@ -1,5 +1,5 @@
//
// $Id: DirectionUtil.java,v 1.6 2002/06/26 23:53:07 mdb Exp $
// $Id: DirectionUtil.java,v 1.7 2002/07/02 23:15:53 shaper Exp $
package com.threerings.util;
@@ -39,7 +39,7 @@ public class DirectionUtil implements DirectionCodes
/**
* Returns the direction code that corresponds to the supplied string
* or {@link NONE} if the string does not correspond to a known
* or {@link #NONE} if the string does not correspond to a known
* direction code.
*/
public static int fromString (String dirstr)
@@ -54,8 +54,8 @@ public class DirectionUtil implements DirectionCodes
/**
* Returns the direction code that corresponds to the supplied short
* string or {@link NONE} if the string does not correspond to a known
* direction code.
* string or {@link #NONE} if the string does not correspond to a
* known direction code.
*/
public static int fromShortString (String dirstr)
{