Changed Envoy Common dependency back to develop, fixed BE error
This commit is contained in:
parent
5fcbf59349
commit
ad8c9b654f
2
pom.xml
2
pom.xml
@ -28,7 +28,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.informatik-ag-ngl</groupId>
|
<groupId>com.github.informatik-ag-ngl</groupId>
|
||||||
<artifactId>envoy-common</artifactId>
|
<artifactId>envoy-common</artifactId>
|
||||||
<version>f~user_status_change_event-SNAPSHOT</version>
|
<version>develop-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.informatik-ag-ngl</groupId>
|
<groupId>com.github.informatik-ag-ngl</groupId>
|
||||||
|
@ -79,7 +79,7 @@ public class UserStatusChangeProcessor implements ObjectProcessor<UserStatusChan
|
|||||||
/**
|
/**
|
||||||
* This method is only called by the LoginCredentialProcessor because every
|
* This method is only called by the LoginCredentialProcessor because every
|
||||||
* user needs to login (open a socket) before changing his status.
|
* 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.
|
* would cause problems.
|
||||||
*
|
*
|
||||||
* @param writeProxy the writeProxy that is used to send objects back to clients
|
* @param writeProxy the writeProxy that is used to send objects back to clients
|
||||||
|
Reference in New Issue
Block a user