Refactor: Tighten method visibility
Change-Id: I0bb311fc8f6e48763ab91bef7cfe401930c7a6a0
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -539,7 +539,7 @@ public class OpticalCircuitIntentCompiler implements IntentCompiler<OpticalCircu | ... | @@ -539,7 +539,7 @@ public class OpticalCircuitIntentCompiler implements IntentCompiler<OpticalCircu |
539 | return flowRule; | 539 | return flowRule; |
540 | } | 540 | } |
541 | 541 | ||
542 | - protected OduSignalId buildOduSignalId(OduSignalType ochPortSignalType, Set<TributarySlot> slots) { | 542 | + OduSignalId buildOduSignalId(OduSignalType ochPortSignalType, Set<TributarySlot> slots) { |
543 | int tributaryPortNumber = findFirstTributarySlotIndex(slots); | 543 | int tributaryPortNumber = findFirstTributarySlotIndex(slots); |
544 | int tributarySlotLen = ochPortSignalType.tributarySlots(); | 544 | int tributarySlotLen = ochPortSignalType.tributarySlots(); |
545 | byte[] tributarySlotBitmap = new byte[OduSignalId.TRIBUTARY_SLOT_BITMAP_SIZE]; | 545 | byte[] tributarySlotBitmap = new byte[OduSignalId.TRIBUTARY_SLOT_BITMAP_SIZE]; | ... | ... |
-
Please register or login to post a comment