Skip to content

Commit

Permalink
Merge pull request #177 from Meituan-Dianping/bugfix/AddMethod
Browse files Browse the repository at this point in the history
update readME
  • Loading branch information
mivanzhang authored Jul 20, 2017
2 parents 88ab62e + 26dee22 commit cf3afa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ AutoPatch will generate patch for Robust automatically. You just need to fellow

# Attentions

1. You should modify inner classes' priavte constructors to public modifier.
1. You should modify inner classes' private constructors to public modifier.
2. AutoPatch cannot handle situations which method returns **this**,you may need to wrap it like belows:

```java
Expand Down

0 comments on commit cf3afa4

Please sign in to comment.