google-code-export / gtge

Automatically exported from code.google.com/p/gtge
2 stars 0 forks source link

object/Timer.java: parameter of constructor should be of type long, not int #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Timer Class, revision: r25

As the Timer class uses 'long' internally for the private field 'delay' the
parameter 'delay' in the constructor should be a long, too. 

See also: http://goldenstudios.or.id/forum/showthread.php?tid=2168

Original issue reported on code.google.com by andr...@gmx.de on 7 Sep 2008 at 9:38