SOLR-10004: Making the description of the failure more clear
diff --git a/dev-tools/scripts/checkJavaDocs.py b/dev-tools/scripts/checkJavaDocs.py
index ae2b440..355bbdd 100644
--- a/dev-tools/scripts/checkJavaDocs.py
+++ b/dev-tools/scripts/checkJavaDocs.py
@@ -296,7 +296,7 @@
         print()
         print(fullPath)
         printed = True
-      print('  missing: %s' % unescapeHTML(lastHREF))
+      print('  missing description: %s' % unescapeHTML(lastHREF))
       anyMissing = True
     elif lineLower.find('licensed to the apache software foundation') != -1 or lineLower.find('copyright 2004 the apache software foundation') != -1:
       if not printed: