# ignite-reflectionFactory: review

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3af015f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3af015f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3af015f4

Branch: refs/heads/IgniteReflectionFactory-doc
Commit: 3af015f457a5a3909753484c2c035b523b74fbac
Parents: 1f8bbe3
Author: ashutak <ashu...@gridgain.com>
Authored: Tue Jun 23 16:57:44 2015 +0300
Committer: ashutak <ashu...@gridgain.com>
Committed: Tue Jun 23 16:57:44 2015 +0300

----------------------------------------------------------------------
 .../apache/ignite/configuration/IgniteReflectionFactory.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3af015f4/modules/core/src/main/java/org/apache/ignite/configuration/IgniteReflectionFactory.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/configuration/IgniteReflectionFactory.java
 
b/modules/core/src/main/java/org/apache/ignite/configuration/IgniteReflectionFactory.java
index 2c106d2..af73737 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/configuration/IgniteReflectionFactory.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/configuration/IgniteReflectionFactory.java
@@ -26,14 +26,14 @@ import java.lang.reflect.*;
 import java.util.*;
 
 /**
- * Factory implementation that use reflection to creat instance of given class.
- * <p/>
+ * Factory implementation that use reflection to create instance of given 
class.
+ * <p>
  * There are 2 modes of factory: singleton and non-sigletton.
- * <p/>
+ * <p>
  * Class that should be created by {@link IgniteReflectionFactory} (component 
class) have to be
  * public java POJO with public setters for field
  * for which property injection will be used (see {@link #setProperties(Map)}).
- * <p/>
+ * <p>
  * <h1 class="header">Configuration</h1>
  * <h2 class="header">Mandatory</h2>
  * The following configuration parameters are mandatory:

Reply via email to