Author: sebawagner
Date: Tue Jun 11 22:49:09 2013
New Revision: 1492004

URL: http://svn.apache.org/r1492004
Log:
Some minor documentation issues

Modified:
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/MainService.java
    
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java

Modified: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/MainService.java
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/MainService.java?rev=1492004&r1=1492003&r2=1492004&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/MainService.java
 (original)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/MainService.java
 Tue Jun 11 22:49:09 2013
@@ -718,7 +718,7 @@ public class MainService implements IPen
        }
 
        /**
-        * get a list of all states, needs no authentification to load
+        * get a list of all states, needs no authentication to load
         * 
         * @return List of State-Objects or null
         */

Modified: 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java?rev=1492004&r1=1492003&r2=1492004&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
 (original)
+++ 
openmeetings/trunk/singlewebapp/src/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
 Tue Jun 11 22:49:09 2013
@@ -281,6 +281,12 @@ public class ScopeApplicationAdapter ext
                return null;
        }
 
+       /**
+        * 
+        * @param map
+        * @return returns key,value Map with multiple return values or null in 
case of exception
+        * 
+        */
        @SuppressWarnings({ "rawtypes", "unchecked" })
        public synchronized Map setConnectionAsSharingClient(Map map) {
                try {


Reply via email to