Skip to content

Commit

Permalink
Fix 2 malformed javadoc comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyangmin committed Sep 30, 2017
1 parent 541c053 commit a59e508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -57,7 +57,8 @@ public class ObjectUtil {
* @param usingSimpleClassNamePrefix Decide if parsed class using simple name;
* this is useful for decrease collection string length
* and large POJOs.
* @param allowRecursiveDepth if <=0, recursive format is disabled.
* @param allowRecursiveDepth if non-positive, recursive format is disabled.
* @return formatted string
*/
public static String objectToString(Object obj, boolean usingSimpleClassNamePrefix,
int allowRecursiveDepth) {
Expand Down
Expand Up @@ -17,7 +17,6 @@
* messages. However you can still intercept logs via PLog core library API.
* </li>
* </ul>
* </p>
*/
@SuppressWarnings({"WeakerAccess", "unused"})
public class TimingLogger {
Expand Down

0 comments on commit a59e508

Please sign in to comment.