Skip to content

Commit

Permalink
Fixed Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ohecker authored Feb 5, 2024
1 parent 13d18b4 commit 629f447
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ public void add(Statistics statistics) {
}

/**
* Prefix used for {@link ApplicationComponent#getDataStatus()} in case that data is available. In this case the
* information as obtained from the Readers is preserved.
* Prefix used for {@link ApplicationComponent#getDataStatus()} in case that data is available.
*/
private static final String DA_STATUS_PREFIX = "DA:";

/**
* Prefix used for {@link ApplicationComponent#getDataStatus()} in case that no data is available.
* Prefix used for {@link ApplicationComponent#getDataStatus()} in case that no data is available. In this case the
* information as obtained from the Readers is preserved.
*/
private static final String ND_STATUS_PREFIX = "ND:";

Expand Down

0 comments on commit 629f447

Please sign in to comment.