[Nextobjects-devel] nextobjects/nextobjects/src/org/devaki/nextobjects/workspace/models/objects Tabl
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-05-28 21:48:36
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/workspace/models/objects In directory sc8-pr-cvs1:/tmp/cvs-serv3855/src/org/devaki/nextobjects/workspace/models/objects Modified Files: Table.java Log Message: Checkstyle/refactor in MeriseTransform.java +++ I get an error while refactoring causing large commit .+++ Modified Files: src/org/devaki/nextobjects/util/MeriseTransform.java Index: Table.java =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/workspace/models/objects/Table.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Table.java 6 Apr 2003 14:19:29 -0000 1.4 --- Table.java 28 May 2003 21:48:29 -0000 1.5 *************** *** 12,16 **** of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 --- 12,16 ---- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 *************** *** 50,54 **** objectView = new TableView(this); } ! /** * Construct a new 'Table' object --- 50,54 ---- objectView = new TableView(this); } ! /** * Construct a new 'Table' object |