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:
parent
fa5bec39ff
commit
5ade5ae2b1
|
@ -23,7 +23,7 @@ import java.text.ParsePosition;
|
|||
/**
|
||||
* Stock "choice" MetaFormat.
|
||||
*
|
||||
* @see {@link ExtendedMessageFormat}
|
||||
* @see ExtendedMessageFormat
|
||||
* @author Matt Benson
|
||||
* @since 2.4
|
||||
* @version $Id$
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Locale;
|
|||
/**
|
||||
* Stock "date" MetaFormat.
|
||||
*
|
||||
* @see {@link ExtendedMessageFormat}
|
||||
* @see ExtendedMessageFormat
|
||||
* @author Matt Benson
|
||||
* @since 2.4
|
||||
* @version $Id$
|
||||
|
|
|
@ -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$
|
||||
|
|
|
@ -26,7 +26,7 @@ import java.util.Map;
|
|||
/**
|
||||
* metaFormat support.
|
||||
*
|
||||
* @see {@link ExtendedMessageFormat}
|
||||
* @see ExtendedMessageFormat
|
||||
* @author Matt Benson
|
||||
* @since 2.4
|
||||
* @version $Id$
|
||||
|
|
|
@ -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$
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Map;
|
|||
/**
|
||||
* Stock "number" MetaFormat.
|
||||
*
|
||||
* @see {@link ExtendedMessageFormat}
|
||||
* @see ExtendedMessageFormat
|
||||
* @author Matt Benson
|
||||
* @since 2.4
|
||||
* @version $Id$
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.util.Map;
|
|||
/**
|
||||
* Stock "time" MetaFormat.
|
||||
*
|
||||
* @see {@link ExtendedMessageFormat}
|
||||
* @see ExtendedMessageFormat
|
||||
* @author Matt Benson
|
||||
* @since 2.4
|
||||
* @version $Id$
|
||||
|
|
Loading…
Reference in New Issue