Committed by
Gerrit Code Review
Remove unused methods in mock
Change-Id: Iec0c08067e3cca4b7213b46ab6a33637c52018fa
Showing
1 changed file
with
0 additions
and
9 deletions
... | @@ -245,15 +245,6 @@ public class IntentTestsMocks { | ... | @@ -245,15 +245,6 @@ public class IntentTestsMocks { |
245 | return result; | 245 | return result; |
246 | } | 246 | } |
247 | 247 | ||
248 | - public void setAvailableBandwidth(double availableBandwidth) { | ||
249 | - this.availableBandwidth = availableBandwidth; | ||
250 | - } | ||
251 | - | ||
252 | - public void setAvailableLambda(int availableLambda) { | ||
253 | - this.availableLambda = availableLambda; | ||
254 | - } | ||
255 | - | ||
256 | - | ||
257 | @Override | 248 | @Override |
258 | public LinkResourceAllocations requestResources(LinkResourceRequest req) { | 249 | public LinkResourceAllocations requestResources(LinkResourceRequest req) { |
259 | int lambda = -1; | 250 | int lambda = -1; | ... | ... |
-
Please register or login to post a comment