commit | 6953cf12100118a788b79e395b8bc2aa999c7176 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Mon Feb 29 13:58:13 2016 -0800 |
committer | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Tue Mar 01 08:54:34 2016 -0800 |
tree | abc961c7c70e56320cb80be038109e2f83fb54b3 | |
parent | 0a8332c5a2a89452bb60cb601115a442f64be932 [diff] |
Refactor: Tighten method visibility Change-Id: I0bb311fc8f6e48763ab91bef7cfe401930c7a6a0
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java index 29ba5fb..fa684f5 100644 --- a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java +++ b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/OpticalCircuitIntentCompiler.java
@@ -539,7 +539,7 @@ return flowRule; } - protected OduSignalId buildOduSignalId(OduSignalType ochPortSignalType, Set<TributarySlot> slots) { + OduSignalId buildOduSignalId(OduSignalType ochPortSignalType, Set<TributarySlot> slots) { int tributaryPortNumber = findFirstTributarySlotIndex(slots); int tributarySlotLen = ochPortSignalType.tributarySlots(); byte[] tributarySlotBitmap = new byte[OduSignalId.TRIBUTARY_SLOT_BITMAP_SIZE];