summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-10-10 17:15:27 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2013-10-10 17:15:27 +0300
commit7cbdd748b901a40dee324b4293f8ccc1532e700c (patch)
tree4eb1161d4bdd9ac8e92a503a2866317a1b8baf83 /README.md
parent38864942d437ef044e4325431ffcab641372b7fa (diff)
downloadpf4j-7cbdd748b901a40dee324b4293f8ccc1532e700c.tar.gz
pf4j-7cbdd748b901a40dee324b4293f8ccc1532e700c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21cfda2..240a4f9 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ You can define an extension point in your application using **ExtensionPoint** i
}
Another important internal component is **ExtensionFinder** that describes how the plugin manager discovers extensions for the extensions points.
-**DefaultExtensionFinder** looks up extensions using **Extension** annotation. You can control extension instance creation overriding `createExtensionFactory` method.
+**DefaultExtensionFinder** looks up extensions using **Extension** annotation. You can control extension instance creation overriding `createExtensionFactory` method from DefaultExtensionFinder.
public class WelcomePlugin extends Plugin {