commit | a53446789b8830b43f37862b1b083acbd4577b1b | [log] [tgz] |
---|---|---|
author | Gamze Abaka <gamze.abaka@netsia.com> | Fri Jan 10 11:38:48 2020 +0000 |
committer | Gamze Abaka <gamze.abaka@netsia.com> | Fri Jan 10 12:55:59 2020 +0000 |
tree | a6ce57600a98c559eff9474ea9f6ef16ddf49ab3 | |
parent | 198aef90ff25a3982141428d4695bd876ffbe2cb [diff] |
In order to add unit tests to the OLT app, the constructor of the BandwidthProfileInformation class must be public Change-Id: I9e253917073867d70cf487d860bfbc3db681a692
diff --git a/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java b/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java index 94835b9..ccdf3fa 100644 --- a/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java +++ b/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java
@@ -42,9 +42,6 @@ //note that: the burst size of assured bandwidth will be always 0 //the rate information must be in Kbps and burst must be in Kbits - protected BandwidthProfileInformation() { - } - public final long committedInformationRate() { return this.committedInformationRate; }