accidental, I was trying to figure out a way of unit testing the generated
path, but failed. Forgot to change it back.

2009/7/20 Michael Heuer <heue...@gmail.com>

>
> On Sun, Jul 19, 2009 at 6:58 PM, <codesite-nore...@google.com> wrote:
>
> > Author: allain.lalonde
> > Date: Sun Jul 19 16:56:41 2009
> > New Revision: 520
> >
> >
> >
> piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PPath.java
> > (original)
> > +++
> >
> piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PPath.java
> > Sun Jul 19 16:56:41 2009
> > @@ -102,7 +102,7 @@
> >      private static final BasicStroke DEFAULT_STROKE = new
> > BasicStroke(1.0f);
> >      private static final Color DEFAULT_STROKE_PAINT = Color.black;
> >
> > -    private transient GeneralPath path;
> > +    protected transient GeneralPath path;
>
> What is the motivation for making this a protected field?
>
>   michael
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to