Cleanup before 1.1 release
This commit is contained in:
parent
3bedb10705
commit
7b3e4adfc8
15 changed files with 61 additions and 66 deletions
|
@ -39,6 +39,7 @@ import java.io.Serializable;
|
|||
* The <code>StatusCode</code> bean implements methods to check the class of an HTTP status code.
|
||||
*
|
||||
* @author <a href="mailto:erik@thauvin.net">Erik C. Thauvin</a>
|
||||
* @since 1.1.0
|
||||
*/
|
||||
public class StatusCode implements Serializable {
|
||||
@Serial
|
||||
|
|
|
@ -43,7 +43,6 @@ import java.io.Writer;
|
|||
* @since 1.0
|
||||
*/
|
||||
public final class Utils {
|
||||
|
||||
/**
|
||||
* Disables the default constructor.
|
||||
*
|
||||
|
|
|
@ -57,6 +57,7 @@ public abstract class XmlSupport extends SimpleTagSupport {
|
|||
*
|
||||
* @param defaultValue The default value.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public void setDefault(final String defaultValue) {
|
||||
this.defaultValue = defaultValue;
|
||||
}
|
||||
|
@ -66,6 +67,7 @@ public abstract class XmlSupport extends SimpleTagSupport {
|
|||
*
|
||||
* @param escapeXml <code>true</code> or <code>false</code>
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public void setEscapeXml(final boolean escapeXml) {
|
||||
this.escapeXml = escapeXml;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue