File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
api/src/main/java/org/apache/cloudstack/api/command/admin/network Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 4242
4343public abstract class NetworkOfferingBaseCmd extends BaseCmd {
4444
45- // Abstract methods that subclasses must implement
4645 public abstract String getGuestIpType ();
4746 public abstract String getTraffictype ();
4847
@@ -468,13 +467,6 @@ public String getRoutingMode() {
468467 return routingMode ;
469468 }
470469
471- /**
472- * Compatibility method for camelCase variant - delegates to getTraffictype()
473- */
474- public String getTrafficType () {
475- return getTraffictype ();
476- }
477-
478470 /////////////////////////////////////////////////////
479471 /////////////// API Implementation///////////////////
480472 /////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments