Github user Vishanth commented on a diff in the pull request:
https://github.com/apache/stratos/pull/378#discussion_r35620930
--- Diff:
components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/persistence/PersistenceManager.java
---
@@ -0,0 +1,112 @@
+package org.apache.stratos.manager.persistence;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.apache.stratos.manager.exception.ApplicationSignUpException;
+import org.apache.stratos.manager.model.ApplicationSignUpEntity;
+import org.apache.stratos.manager.model.ApplicationSignUpEntityPK;
+
+import javax.persistence.EntityManager;
+import javax.persistence.EntityManagerFactory;
+
+import javax.persistence.Persistence;
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Created by aarthy on 7/6/15.
+ */
--- End diff --
@JaneAarthy we don't put created by comment. We only put the Apache License
header for the classes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---