-
Notifications
You must be signed in to change notification settings - Fork 5k
[Improvement-18056] Clean up unused methods and classes in the dolphinschudler-master module #18164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from 1 commit
031f71b
25eec94
95cf842
d8ba590
7ad7730
6f7c06e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,10 +19,6 @@ | |
|
|
||
| public class TaskPauseException extends RuntimeException { | ||
|
|
||
| public TaskPauseException(String message) { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't remove this. |
||
| super(message); | ||
| } | ||
|
|
||
| public TaskPauseException(String message, Throwable cause) { | ||
| super(message, cause); | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,10 +19,6 @@ | |
|
|
||
| public class TaskReassignMasterHostException extends RuntimeException { | ||
|
|
||
| public TaskReassignMasterHostException(String message) { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't remove this.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
| super(message); | ||
| } | ||
|
|
||
| public TaskReassignMasterHostException(String message, Throwable cause) { | ||
| super(message, cause); | ||
| } | ||
|
|
||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,8 +23,4 @@ public LogicTaskInitializeException(String message) { | |
| super(message); | ||
| } | ||
|
|
||
| public LogicTaskInitializeException(String message, Throwable cause) { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't remove this. |
||
| super(message, cause); | ||
| } | ||
|
|
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,11 +19,8 @@ | |
|
|
||
| public class MasterTaskExecuteException extends MasterException { | ||
|
|
||
| public MasterTaskExecuteException(String message) { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't remove this.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
ok |
||
| super(message); | ||
| } | ||
|
|
||
| public MasterTaskExecuteException(String message, Throwable cause) { | ||
| super(message, cause); | ||
| } | ||
|
|
||
| } | ||
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't remove this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok