Add default constructors for the ColumnHeader and SimpleTable classes
commitebd6fda84d3383c10b5ab2c9e8a142bf686d4eb6
authorRostislav Spinar <Rostislav.Spinar@cit.ie>
Fri, 15 Jun 2007 11:16:28 +0000 (15 13:16 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 19 Jun 2007 09:23:36 +0000 (19 11:23 +0200)
treed796ab5213025fa5e96752aa704b2981784aaaf2
parent9f219843490de1d3e6e92cae46992c301499a48b
Add default constructors for the ColumnHeader and SimpleTable classes

It is now possible to compile without the warning:

The class util.SimpleTable does not contain a default
constructor, which is a requirement for a bean class. The class
cannot be converted into an xml schema type. An xml schema
anyType will be used to define this class in the wsdl file.

I presume that these default constructors won't be called anyway.
src/util/ColumnHeader.java
src/util/SimpleTable.java