Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ private ChannelUtils() {
throw new IllegalStateException(ChannelUtils.class.getName());
}

/**
* get local address
*
* @param channel channel
* @return local address
*/
public static String getLocalAddress(Channel channel) {
return NetUtils.getHost(((InetSocketAddress) channel.localAddress()).getAddress());
}

/**
* get remote address
*
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
@NoArgsConstructor
public abstract class AbstractCommandParam implements ICommandParam {

protected boolean subWorkflowInstance;

protected List<Long> startNodes;

protected List<Property> commandParams;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ public interface ICommandParam {
*/
String getTimeZone();

/**
* Whether the command is used to trigger a sub workflow instance.
*/
boolean isSubWorkflowInstance();

/**
* Get the command type.
*/
Expand Down

This file was deleted.

Loading