diff options
author | Elliott Hughes <enh@google.com> | 2010-03-22 12:26:38 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-03-22 13:24:58 -0700 |
commit | d1c610c2a641157df80aa8aefefc49393074f507 (patch) | |
tree | 6331f9200bb8586551f2fe510f2fd0bc94523afe /logging | |
parent | 055c2521fc7776a0651de9be5be0fbbd2b312e7b (diff) | |
download | libcore-d1c610c2a641157df80aa8aefefc49393074f507.zip libcore-d1c610c2a641157df80aa8aefefc49393074f507.tar.gz libcore-d1c610c2a641157df80aa8aefefc49393074f507.tar.bz2 |
Remove all remaining "@since Android" tags.
I've fixed a few typos, and removed a few of the more egregiously nonsensical
or incorrect comments that were nearby.
Change-Id: I35851baebd532f949cc269f4738a26eeb9b6e697
Diffstat (limited to 'logging')
-rw-r--r-- | logging/src/main/java/java/util/logging/package.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logging/src/main/java/java/util/logging/package.html b/logging/src/main/java/java/util/logging/package.html index c523c7a..d7ed252 100644 --- a/logging/src/main/java/java/util/logging/package.html +++ b/logging/src/main/java/java/util/logging/package.html @@ -5,6 +5,5 @@ supports different levels of importance of a message that needs to be logged. The output written to the target can be filtered by this level. </p> - @since Android 1.0 </body> </html> |