Browse Source

[DOCS] Fix deprecation notification (#40980)

Lisa Cawley 6 years ago
parent
commit
f49429be5f
1 changed files with 4 additions and 1 deletions
  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]