We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6d55e commit 9fd8e4eCopy full SHA for 9fd8e4e
opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java
@@ -179,8 +179,9 @@ public void setFiles(SortedSet<String> files) {
179
}
180
181
/**
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.
+ * @deprecated The method is kept only for backward compatibility to avoid warnings when deserializing objects
+ * from the previous format.
184
+ * The tags were moved to the {@link History} class.
185
* Will be removed sometime after the OpenGrok 1.8.0 version.
186
*/
187
@Deprecated(since = "1.7.11", forRemoval = true)
0 commit comments