private String label = "";
private String color = "";
private double edge = 0;
public Dodecahedron(String labelIn, String colorIn, double edgeIn)
I am getting an error message stating missing Javadoc comment. [JavadocVariable] (the instance variable lines and [JavadocMethod]
Is there a specific format or syntax I have to write to get rid of these errors?
You can do it in a single line if that makes it better.
/** The session that will be used. */
private CastSession session;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With