mirror of https://github.com/apache/cloudstack.git
remove unnecessary changes
This commit is contained in:
parent
3072ef4c30
commit
6e86139c10
|
|
@ -42,7 +42,6 @@ import static org.apache.cloudstack.api.command.utils.OfferingUtils.isNetrisRout
|
|||
|
||||
public abstract class NetworkOfferingBaseCmd extends BaseCmd {
|
||||
|
||||
// Abstract methods that subclasses must implement
|
||||
public abstract String getGuestIpType();
|
||||
public abstract String getTraffictype();
|
||||
|
||||
|
|
@ -468,13 +467,6 @@ public abstract class NetworkOfferingBaseCmd extends BaseCmd {
|
|||
return routingMode;
|
||||
}
|
||||
|
||||
/**
|
||||
* Compatibility method for camelCase variant - delegates to getTraffictype()
|
||||
*/
|
||||
public String getTrafficType() {
|
||||
return getTraffictype();
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
/////////////// API Implementation///////////////////
|
||||
/////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue