Skip to content

Commit b9a1c02

Browse files
committed
remove unnecessary changes
1 parent d58fea2 commit b9a1c02

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/network/NetworkOfferingBaseCmd.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
public 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
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)