Committed by
Ray Milkey
Delete line that is commented out
Change-Id: I89625bcc7944c9c341725049a56b2134298f8f02
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -78,7 +78,6 @@ public class OpticalPathIntentInstaller implements IntentInstaller<OpticalPathIn | ... | @@ -78,7 +78,6 @@ public class OpticalPathIntentInstaller implements IntentInstaller<OpticalPathIn |
78 | 78 | ||
79 | private ApplicationId appId; | 79 | private ApplicationId appId; |
80 | 80 | ||
81 | - //final short WAVELENGTH = 80; | ||
82 | static final short SIGNAL_TYPE = (short) 1; | 81 | static final short SIGNAL_TYPE = (short) 1; |
83 | 82 | ||
84 | @Activate | 83 | @Activate | ... | ... |
-
Please register or login to post a comment