Author: sebawagner
Date: Sat Sep 29 15:38:07 2012
New Revision: 1391824
URL: http://svn.apache.org/viewvc?rev=1391824&view=rev
Log:
Add some comments to ConfigurationDaoImpl
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/dao/ConfigurationDaoImpl.java
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/dao/ConfigurationDaoImpl.java
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/dao/ConfigurationDaoImpl.java?rev=1391824&r1=1391823&r2=1391824&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/dao/ConfigurationDaoImpl.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/data/basic/dao/ConfigurationDaoImpl.java
Sat Sep 29 15:38:07 2012
@@ -65,6 +65,10 @@ public class ConfigurationDaoImpl implem
@Resource(name = "usersDao")
private UsersDaoImpl usersDao;
+
+ // TODO: Dao's are not the place to store a session variables,
+ // also updates to the key won't update this variable
+ @Deprecated
private String appName = null;
/**