Committed by
Gerrit Code Review
Remove RES definition as potential use case is unknow right now
Change-Id: I6d7d44598755632dbe5d069bc0de3e740e7ccc17
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -23,7 +23,6 @@ package org.onosproject.net; | ... | @@ -23,7 +23,6 @@ package org.onosproject.net; |
23 | * </p> | 23 | * </p> |
24 | */ | 24 | */ |
25 | public enum GridType { | 25 | public enum GridType { |
26 | - RES, // ?? | ||
27 | DWDM, // Dense Wavelength Division Multiplexing | 26 | DWDM, // Dense Wavelength Division Multiplexing |
28 | CWDM, // Coarse WDM | 27 | CWDM, // Coarse WDM |
29 | FLEX // Flex Grid | 28 | FLEX // Flex Grid | ... | ... |
-
Please register or login to post a comment