Fixing the @see->@link bit so it doesn't have @link

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-11-22 01:56:59 +00:00
parent fa5bec39ff
commit 5ade5ae2b1
7 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ import java.text.ParsePosition;
/**
* Stock "choice" MetaFormat.
*
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$

View File

@ -22,7 +22,7 @@ import java.util.Locale;
/**
* Stock "date" MetaFormat.
*
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$

View File

@ -29,7 +29,7 @@ import java.util.Map;
/**
* date/time metaFormat support.
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$

View File

@ -26,7 +26,7 @@ import java.util.Map;
/**
* metaFormat support.
*
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$

View File

@ -29,7 +29,7 @@ import org.apache.commons.lang.ObjectUtils;
* Basic metaFormat that requires enough configuration information to
* parse/format other Formats for use by ExtendedMessageFormat.
*
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$

View File

@ -28,7 +28,7 @@ import java.util.Map;
/**
* Stock "number" MetaFormat.
*
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$

View File

@ -23,7 +23,7 @@ import java.util.Map;
/**
* Stock "time" MetaFormat.
*
* @see {@link ExtendedMessageFormat}
* @see ExtendedMessageFormat
* @author Matt Benson
* @since 2.4
* @version $Id$