Skip to content
Snippets Groups Projects
Commit 4cec7b06 authored by Shudong Zhou's avatar Shudong Zhou
Browse files

Make enableWriteThrottle() protected

parent e717d5d9
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ public abstract class OFSwitchBase implements IOFSwitch {
}
// For driver subclass to set throttling
public void enableWriteThrottle(boolean enable) {
protected void enableWriteThrottle(boolean enable) {
this.writeThrottleEnabled = enable;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment