mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Silence compiler warnings on XML classes for lack of Serializable version.
This commit is contained in:
@@ -47,6 +47,7 @@ import processing.core.PApplet;
|
||||
* @usage Web & Application
|
||||
* @instanceName xml any variable of type XMLElement
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class XMLElement implements Serializable {
|
||||
/** No line number defined. */
|
||||
public static final int NO_LINE = -1;
|
||||
|
||||
@@ -39,6 +39,7 @@ import java.io.PrintWriter;
|
||||
* @author Marc De Scheemaecker
|
||||
* @version $Name: RELEASE_2_2_1 $, $Revision: 1.4 $
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class XMLException
|
||||
extends Exception
|
||||
{
|
||||
|
||||
@@ -36,6 +36,7 @@ package processing.xml;
|
||||
* @author Marc De Scheemaecker
|
||||
* @version $Name: RELEASE_2_2_1 $, $Revision: 1.3 $
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class XMLParseException
|
||||
extends XMLException
|
||||
{
|
||||
|
||||
@@ -36,6 +36,7 @@ package processing.xml;
|
||||
* @author Marc De Scheemaecker
|
||||
* @version $Name: RELEASE_2_2_1 $, $Revision: 1.3 $
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class XMLValidationException
|
||||
extends XMLException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user