Skip to content

Commit

Permalink
Fix javadoc error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyangmin committed Sep 7, 2016
1 parent 630924a commit ad62d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plog/src/main/java/org/mym/plog/util/ObjectUtil.java
Expand Up @@ -25,7 +25,7 @@ public class ObjectUtil {
* If the class of target object overrides {@link Object#toString()}, then this method
* simply returns the return value of that method. Otherwise it would try to access
* declared fields and append after class name and hashcode. In this case the final
* result maybe like this: <br/>
* result maybe like this: <br>
* <code>
* org.mym.plog.Driver@23ac3874[mName=Tank, mAge=199, mCar=Benz S400]
* </code>
Expand Down

0 comments on commit ad62d6a

Please sign in to comment.