Fix javadoc issue
[transportpce.git] / renderer / src / main / java / org / opendaylight / transportpce / renderer / NetworkModelWavelengthService.java
index 235faacbf36382cb668df818bb563eaf83bda569..ffe974ded40d5d3ed571d9e020553e95dc423369 100644 (file)
@@ -15,7 +15,7 @@ public interface NetworkModelWavelengthService {
      * Remove wavelength from available and add it to used wavelength list.
      *
      * @param pathDescription
-     *   path description containing a-to-z and z-to-a path
+     *     path description containing a-to-z and z-to-a path
      */
     void useWavelengths(PathDescription pathDescription);
 
@@ -23,7 +23,7 @@ public interface NetworkModelWavelengthService {
      * Remove wavelength from used and add it to available wavelength list.
      *
      * @param pathDescription
-     *   path description containing a-to-z and z-to-a path
+     *     path description containing a-to-z and z-to-a path
      */
     void freeWavelengths(PathDescription pathDescription);