sebawagner commented on a change in pull request #68:
URL: https://github.com/apache/openmeetings/pull/68#discussion_r415204548



##########
File path: 
openmeetings-core/src/main/java/org/apache/openmeetings/core/remote/StreamProcessor.java
##########
@@ -345,7 +349,7 @@ private void startSharing(Client c, Optional<StreamDesc> 
osd, JSONObject msg, Ac
                }
        }
 
-       private void pauseSharing(Client c, String uid) {
+       void pauseSharing(Client c, String uid) {

Review comment:
       Needed package private access for verify via Mockito if the method has 
been called.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to