Author: solomax
Date: Wed Feb  4 11:17:14 2015
New Revision: 1657119

URL: http://svn.apache.org/r1657119
Log:
Code clean-up

Modified:
    openmeetings/branches/3.0.x/WebContent/swf10/video/editRecordStreamSWF10.lzx
    
openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
    
openmeetings/trunk/singlewebapp/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/red5/ScopeApplicationAdapter.java

Modified: 
openmeetings/branches/3.0.x/WebContent/swf10/video/editRecordStreamSWF10.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/WebContent/swf10/video/editRecordStreamSWF10.lzx?rev=1657119&r1=1657118&r2=1657119&view=diff
==============================================================================
--- 
openmeetings/branches/3.0.x/WebContent/swf10/video/editRecordStreamSWF10.lzx 
(original)
+++ 
openmeetings/branches/3.0.x/WebContent/swf10/video/editRecordStreamSWF10.lzx 
Wed Feb  4 11:17:14 2015
@@ -182,9 +182,7 @@
     </method>
     
     
-    <netRemoteCallHib name="getBroadCastId" funcname="getBroadCastId"
-                      remotecontext="$once{ canvas.thishib }" >
-
+    <netRemoteCallHib name="getBroadCastId" funcname="getBroadCastId" 
remotecontext="$once{ canvas.thishib }" >
         <handler name="ondata" args="value">
             <![CDATA[
                 if ($debug) 
Debug.write("getBroadCastId",value,canvas.publicSID);
@@ -202,8 +200,7 @@
         </handler>   
     </netRemoteCallHib>  
     
-    <netRemoteCallHib name="setUserAVSettings" funcname="setUserAVSettings" 
-                      remotecontext="$once{ canvas.thishib }" >  
+    <netRemoteCallHib name="setUserAVSettings" funcname="setUserAVSettings" 
remotecontext="$once{ canvas.thishib }" >  
         <netparam><method name="getValue">return 
parent.parent.chosenSetting;</method></netparam>
         <netparam><method name="getValue">return 
parent.parent.remoteMessage;</method></netparam>
         <netparam><method name="getValue">return 
parent.parent.cam_default_width;</method></netparam>

Modified: 
openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java?rev=1657119&r1=1657118&r2=1657119&view=diff
==============================================================================
--- 
openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
 (original)
+++ 
openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/remote/red5/ScopeApplicationAdapter.java
 Wed Feb  4 11:17:14 2015
@@ -335,10 +335,7 @@ public class ScopeApplicationAdapter ext
                                        returnMap.put("alreadyPublished", true);
                                }
 
-                               log.debug("screen x,y,width,height " + 
client.getVX()
-                                               + " " + client.getVY() + " "
-                                               + client.getVWidth() + " "
-                                               + client.getVHeight());
+                               log.debug(String.format("screen 
x,y,width,height %s,%s,%s,%s", client.getVX(), client.getVY(), 
client.getVWidth(), client.getVHeight()));
 
                                if (startStreaming) {
                                        if (!alreadyStreaming) {

Modified: 
openmeetings/trunk/singlewebapp/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/red5/ScopeApplicationAdapter.java
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/red5/ScopeApplicationAdapter.java?rev=1657119&r1=1657118&r2=1657119&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/red5/ScopeApplicationAdapter.java
 (original)
+++ 
openmeetings/trunk/singlewebapp/openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/red5/ScopeApplicationAdapter.java
 Wed Feb  4 11:17:14 2015
@@ -326,10 +326,7 @@ public class ScopeApplicationAdapter ext
                                        returnMap.put("alreadyPublished", true);
                                }
 
-                               log.debug("screen x,y,width,height " + 
client.getVX()
-                                               + " " + client.getVY() + " "
-                                               + client.getVWidth() + " "
-                                               + client.getVHeight());
+                               log.debug(String.format("screen 
x,y,width,height %s,%s,%s,%s", client.getVX(), client.getVY(), 
client.getVWidth(), client.getVHeight()));
 
                                if (startStreaming) {
                                        if (!alreadyStreaming) {


Reply via email to