浏览代码

[DOCS] Fix deprecation notification (#40980)

Lisa Cawley 6 年之前
父节点
当前提交
f49429be5f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/java-api/query-dsl/type-query.asciidoc

+ 4 - 1
docs/java-api/query-dsl/type-query.asciidoc

@@ -1,7 +1,10 @@
 [[java-query-dsl-type-query]]
 ==== Type Query
 
-deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see {ref}/removal-of-types.html[Removal of mapping types].]
+deprecated[7.0.0]
+
+Types are being removed, prefer filtering on a field instead. For
+more information, see {ref}/removal-of-types.html[Removal of mapping types].
 
 See {ref}/query-dsl-type-query.html[Type Query]