git-svn-id: https://svn.coded.pt/svn/SIPRP@980 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 17 years ago
parent 6a6cd5a561
commit 0727ead4c4

@ -20,9 +20,9 @@ import com.evolute.utils.tables.ColumnizedObjectForUpdate;
public class DiaLine implements ColumnizedObjectForUpdate public class DiaLine implements ColumnizedObjectForUpdate
{ {
protected Integer day; protected Integer day;
protected Vector<? extends Object> data[]; protected Vector data[];
public DiaLine( int day, Vector<? extends Object> data[] ) public DiaLine( int day, Vector data[] )
{ {
this.day = new Integer( day ); this.day = new Integer( day );
this.data = data; this.data = data;

Loading…
Cancel
Save