epugh commented on code in PR #4750:
URL: https://github.com/apache/solr/pull/4750#discussion_r3813646557
##########
solr/core/src/java/org/apache/solr/schema/TrieDateField.java:
##########
@@ -72,10 +72,9 @@
* </blockquote>
*
* @see TrieField
- * @deprecated Trie fields are deprecated as of Solr 7.0
- * @see DatePointField
+ * @deprecated Trie fields are deprecated as of Solr 7.0. Use {@link
DatePointField} instead.
*/
-@Deprecated
+@Deprecated(since = "8.0")
Review Comment:
interesting that this is 8, but he other tag is 7... What gives?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]