diff options
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(); } ``` |