1

When I run the Javadoc code (provided by my university) it shows: Use of standard constructor that does not provide a comment. I don't really know what I should do/change, so that the error goes away.

Every class has comments and every comment end with a dot. FYI I'm using IntelliJ IDEA.

Example:

/**
 *  This class provides a standardized structure for document formatting,
 *  with a specific focus on handling preconditions using assertions.
 *
 * @author XXX,
 * <a href="mailto:[email protected]">
 * XXX</a>
 */
public abstract class AbstractDocumentFormatter implements DocumentFormatter {....

Tried ending every comment with a dot.

1
  • 1
    maybe show us the constructor code? It's warning right? Commented Dec 13, 2023 at 16:02

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.