Skip to content

Commit 9fd8e4e

Browse files
author
Vladimir Kotal
committed
use the @deprecated javadoc tag
1 parent ec6d55e commit 9fd8e4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@ public void setFiles(SortedSet<String> files) {
179179
}
180180

181181
/**
182-
* The method is kept only for backward compatibility to avoid warnings when deserializing objects
183-
* from the previous format. The tags were moved to the {@link History} class.
182+
* @deprecated The method is kept only for backward compatibility to avoid warnings when deserializing objects
183+
* from the previous format.
184+
* The tags were moved to the {@link History} class.
184185
* Will be removed sometime after the OpenGrok 1.8.0 version.
185186
*/
186187
@Deprecated(since = "1.7.11", forRemoval = true)

0 commit comments

Comments
 (0)