Refactored using IntelliJ
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package org.openautonomousconnection.protocol.versions.v1_0_0.classic.handlers;
|
||||
|
||||
import lombok.Getter;
|
||||
import org.openautonomousconnection.protocol.ProtocolBridge;
|
||||
import org.openautonomousconnection.protocol.annotations.ProtocolInfo;
|
||||
import org.openautonomousconnection.protocol.packets.v1_0_0.classic.Classic_MessagePacket;
|
||||
import org.openautonomousconnection.protocol.side.client.ProtocolClient;
|
||||
|
||||
@@ -24,7 +24,7 @@ public final class ClassicConverter {
|
||||
/**
|
||||
* Converts a InfoName object to a Classic_Domain object.
|
||||
*
|
||||
* @param newInfoName the InfoName object to convert
|
||||
* @param newInfoName the InfoName object to convert
|
||||
* @param protocolBridge The reference to the ProtocolBridge object.
|
||||
* @return the converted Classic_Domain object
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,7 @@ public final class Classic_ClientListener extends EventListener {
|
||||
|
||||
/**
|
||||
* Set protocol bridge
|
||||
*
|
||||
* @param protocolBridge The ProtocolBridge object
|
||||
*/
|
||||
public void setProtocolBridge(ProtocolBridge protocolBridge) {
|
||||
|
||||
Reference in New Issue
Block a user