Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- This should match the dependency management on com.puppycrawl.tools:checkstyle above -->
<version>10.18.2</version>
<version>10.21.2</version>
</dependency>
<dependency>
<groupId>com.github.sevntu-checkstyle</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ private static Inference toInference(final YangInstanceIdentifier path, final Ef

/**
* Find module by the element-name in current converter's schema-context.
*
* <p>It is necessary to specify module name as prefix, if there are multiple modules with same elements - the
* element has to be specified uniquely.</p>
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* Immutable representation of Element-name together with optional Module-name.
*
* <p>This class may be helpful when preparing string values representing YANG elements, where representation of
* `openconfig-interfaces:interfaces` can be parsed and manipulate withing objects of this class.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public synchronized void init() {

/**
* Update device connection state in md-sal datastore to READY.
*
* <p>As far as the state may change in time based on actual underlying connection, this method will perform the
* write transaction into md-sal only if last observed state of underlying connection is still READY.</p>
*
Expand Down

0 comments on commit b6bae1b

Please sign in to comment.