Skip to content

Commit

Permalink
Store ConfigItem Javadocs in jdp files without timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
yurloc committed Jan 26, 2024
1 parent 3135afe commit bfc635c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ private void writeJavadocProperties(final TypeElement clazz, final Properties ja
rbn,
clazz);
try (Writer writer = file.openWriter()) {
javadocProps.store(writer, Constants.EMPTY);
PropertyUtils.store(javadocProps, writer);
}
} catch (IOException e) {
processingEnv.getMessager().printMessage(Diagnostic.Kind.ERROR, "Failed to persist resource " + rbn + ": " + e);
Expand Down

0 comments on commit bfc635c

Please sign in to comment.