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

Commit 41e2e1f9 authored by Joe Malin's avatar Joe Malin
Browse files

DOC CHANGE: Package text and Formatter javadoc

Change-Id: Ia34bf38d07b474522f65b89db4991c32909ecff2
parent 9e2cf49f
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>