Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a9005ed authored by Joe Malin's avatar Joe Malin Committed by Android (Google) Code Review
Browse files

Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0

parents 3937e055 41e2e1f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import android.net.NetworkUtils;

/**
 * Utility class to aid in formatting common values that are not covered
 * by {@link java.util.Formatter}
 * by the {@link java.util.Formatter} class in {@link java.util}
 */
public final class Formatter {

+7 −0
Original line number Diff line number Diff line
<HTML>
<BODY>
This package contains alternative classes for some text formatting classes
defined in {@link java.util} and {@link java.text}. It also contains additional text formatting
classes for situations not covered by {@link java.util} or {@link java.text}.
</BODY>
</HTML>