Skip to content

Commit

Permalink
MONDRIAN BISERVER-4618 Fixes javadoc warnings.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 13794]
  • Loading branch information
lucboudreau committed Aug 4, 2010
1 parent 9f44cda commit 5ef1697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/mondrian/util/Format.java
Expand Up @@ -218,7 +218,7 @@ BasicFormat makeFormat(FormatLocale locale)
* The base implementation of most of these methods throws an error, there
* is no requirement that a derived class implements all of these methods.
* It is up to {@link Format#parseFormatString} to ensure that, for
* example, the {@link #format(double,StringBuilder,String)} method is
* example, the {@link #format(double,StringBuilder)} method is
* never called for {@link DateFormat}.
*/
static class BasicFormat {
Expand Down Expand Up @@ -873,7 +873,7 @@ void format(long n, StringBuilder buf)
* DateFormat is an element of a {@link Format.CompoundFormat} which has a
* value when applied to a {@link Calendar} object. (Values of type {@link
* Date} are automatically converted into {@link Calendar}s when you call
* {@link Format.BasicFormat#format(Date, StringBuilder, String)} calls
* {@link Format.BasicFormat#format(Date, StringBuilder)} calls
* to format other kinds of values give a runtime error.)
*
* <p>In a typical use of this class, a format string such as "m/d/yy" is
Expand Down

0 comments on commit 5ef1697

Please sign in to comment.