gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] gzz gfx/demo/papertest.py gfx/libpaper/papermil...


From: Benja Fallenstein
Subject: Re: [Gzz-commits] gzz gfx/demo/papertest.py gfx/libpaper/papermil...
Date: Wed, 04 Sep 2002 09:13:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3

Hi Tuomas,

Tuomas J. Lukka wrote:

--- gzz/gzz/gfx/gl/PaperMill.java       Tue Sep  3 17:15:33 2002
***************
*** 1,9 ****
! // (c): Tuomas J. Lukka
package gzz.gfx.gl; public abstract class PaperMill {
     public abstract Paper getPaper(int seed);
static public PaperMill getInstance() {
        return null;
--- 1,11 ----
! // (c) Tuomas J. Lukka
package gzz.gfx.gl; public abstract class PaperMill {
     public abstract Paper getPaper(int seed);
+ + static private PaperMill instance; static public PaperMill getInstance() {
        return null;


Why do you put code without a license statement into CVS?

- Benja





reply via email to

[Prev in Thread] Current Thread [Next in Thread]