Skip to content

Commit

Permalink
WW-4518 Drops deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jun 23, 2015
1 parent c4f5910 commit 0fada66
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,6 @@ public boolean getMappedFile() {
return mappedFile;
}

/**
* Should errors be sent to client or thrown into stderr?
* @deprecated
*/
@Deprecated
public boolean getSendErrorToClient() {
return true;
}

/**
* Should class files be compiled with debug information?
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,6 @@ public Object getProtectionDomain() {
return null;
}

/**
* @deprecated
*/
@Deprecated
public boolean getSendErrorToClient() {
return true;
}

public void setClassDebugInfo( boolean b ) {
classDebugInfo=b;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ public interface Options {
*/
public boolean getMappedFile();

/**
* Should errors be sent to client or thrown into stderr?
* @deprecated
*/
@Deprecated
public boolean getSendErrorToClient();

/**
* Should we include debug information in compiled class?
*/
Expand Down

0 comments on commit 0fada66

Please sign in to comment.