Skip to content

Commit de45796

Browse files
committed
Fix checkstyle violation
Checkstyle 10.18.2 requires us to place <p> tag immediately before the first word. https://checkstyle.org/releasenotes.html#Release_10.18.2 JIRA: LIGHTY-353 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
1 parent d623e88 commit de45796

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lighty-netconf-device/src/main/java/io/lighty/netconf/device/requests/BaseRequestProcessor.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ public void init(NetconfDeviceServices paramNetconfDeviceServices) {
6464
/**
6565
* Should process the input {@link Element} and return data in form of {@link NormalizedNode}. {@link List} enables
6666
* method to return more than one top elements.
67-
* <p>
68-
* The child classes should override this method to achieve the expected behavior.
69-
* </p>
67+
*
68+
* <p>The child classes should override this method to achieve the expected behavior.</p>
7069
*
7170
* @param requestXmlElement XML RPC request element
7271
* @return {@link List} containing {@link NormalizedNode}s to be returned by request.

0 commit comments

Comments
 (0)