Changed Envoy Common dependency back to develop, fixed BE error

This commit is contained in:
delvh 2020-02-04 21:34:53 +01:00
parent 5fcbf59349
commit ad8c9b654f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>com.github.informatik-ag-ngl</groupId>
<artifactId>envoy-common</artifactId>
<version>f~user_status_change_event-SNAPSHOT</version>
<version>develop-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.informatik-ag-ngl</groupId>

View File

@ -79,7 +79,7 @@ public class UserStatusChangeProcessor implements ObjectProcessor<UserStatusChan
/**
* This method is only called by the LoginCredentialProcessor because every
* user needs to login (open a socket) before changing his status.
* Needed to ensure propagation of events because an uninitialised writeProxy
* Needed to ensure propagation of events because an uninitialized writeProxy
* would cause problems.
*
* @param writeProxy the writeProxy that is used to send objects back to clients