Skip to content

Commit

Permalink
Merge pull request #1359 from pjonsson/fix-javadoc
Browse files Browse the repository at this point in the history
VariableWatcher: fix javadoc tag
  • Loading branch information
nfi authored Oct 29, 2023
2 parents e58ca9b + e3294bb commit 0022abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/org/contikios/cooja/plugins/VariableWatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ public void remove(DocumentFilter.FilterBypass fb, int offset, int length) throw

/**
* Updates all value fields based on buffered data.
*
* @note Does not read memory. Leaves number of fields unchanged.
* <p>
* NOTE: Does not read memory. Leaves number of fields unchanged.
*/
private void refreshValues() {

Expand Down

0 comments on commit 0022abe

Please sign in to comment.