diff --git a/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html b/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html
index 030363f065b5..26c2c80cd03f 100644
--- a/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html
+++ b/java/java-impl/resources/inspectionDescriptions/IncorrectLazyConstantUsage.html
@@ -12,5 +12,7 @@ Reports fields of type java.lang.LazyConstant that are not fi
private LazyConstant<String> x = LazyConstant.of(() -> "expensive string");