diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2017-03-07 23:44:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 23:44:51 +0200 |
commit | 0c22cac1006e8a238c105ef05d54b143349c4857 (patch) | |
tree | 35abafc3c2bb67db97b02660dad8a853c9660b8d /README.md | |
parent | bc4c8d48ffb808717da4a108497055b9fdf391b9 (diff) | |
download | pf4j-0c22cac1006e8a238c105ef05d54b143349c4857.tar.gz pf4j-0c22cac1006e8a238c105ef05d54b143349c4857.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ You can define an extension point in your application using **ExtensionPoint** i ```java public interface Greeting extends ExtensionPoint { - public String getGreeting(); + String getGreeting(); } ``` |