We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58fea2 commit b9a1c02Copy full SHA for b9a1c02
1 file changed
api/src/main/java/org/apache/cloudstack/api/command/admin/network/NetworkOfferingBaseCmd.java
@@ -42,7 +42,6 @@
42
43
public abstract class NetworkOfferingBaseCmd extends BaseCmd {
44
45
- // Abstract methods that subclasses must implement
46
public abstract String getGuestIpType();
47
public abstract String getTraffictype();
48
@@ -468,13 +467,6 @@ public String getRoutingMode() {
468
467
return routingMode;
469
}
470
471
- /**
472
- * Compatibility method for camelCase variant - delegates to getTraffictype()
473
- */
474
- public String getTrafficType() {
475
- return getTraffictype();
476
- }
477
-
478
/////////////////////////////////////////////////////
479
/////////////// API Implementation///////////////////
480
0 commit comments