Rename ContactSearchProcessor to UserSearchProcessor
This commit is contained in:
parent
a5a7992a0a
commit
d6dfd2ffc9
@ -68,7 +68,7 @@ public class Startup {
|
||||
new GroupMessageStatusChangeProcessor(),
|
||||
new UserStatusChangeProcessor(),
|
||||
new IDGeneratorRequestProcessor(),
|
||||
new ContactSearchProcessor(),
|
||||
new UserSearchProcessor(),
|
||||
new ContactOperationProcessor())));
|
||||
|
||||
// Initialize the current message ID
|
||||
|
@ -13,14 +13,14 @@ import envoy.server.net.ObjectWriteProxy;
|
||||
|
||||
/**
|
||||
* Project: <strong>envoy-server-standalone</strong><br>
|
||||
* File: <strong>ContactSearchProcessor.java</strong><br>
|
||||
* File: <strong>UserSearchProcessor.java</strong><br>
|
||||
* Created: <strong>08.02.2020</strong><br>
|
||||
*
|
||||
* @author Kai S. K. Engelbart
|
||||
* @author Maximilian Käfer
|
||||
* @since Envoy Server Standalone v0.1-alpha
|
||||
*/
|
||||
public class ContactSearchProcessor implements ObjectProcessor<UserSearchRequest> {
|
||||
public class UserSearchProcessor implements ObjectProcessor<UserSearchRequest> {
|
||||
|
||||
/**
|
||||
* Writes a list of contacts to the client containing all {@link Contact}s
|
Reference in New Issue
Block a user