Revision: 7919
http://svn.sourceforge.net/foray/?rev=7919&view=rev
Author: victormote
Date: 2006-09-05 16:21:51 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Conform to standard class-ordering scheme, as reported by checkstyle.
Modified Paths:
--------------
trunk/foray/foray-layout/src/java/org/foray/layout/LayoutStrategy.java
Modified: trunk/foray/foray-layout/src/java/org/foray/layout/LayoutStrategy.java
===================================================================
--- trunk/foray/foray-layout/src/java/org/foray/layout/LayoutStrategy.java 2006-09-05 23:20:57 UTC (rev 7918)
+++ trunk/foray/foray-layout/src/java/org/foray/layout/LayoutStrategy.java 2006-09-05 23:21:51 UTC (rev 7919)
@@ -56,7 +56,7 @@
*/
public abstract class LayoutStrategy implements LineBreakHandler, Layout {
- Log logger;
+ protected Log logger;
/**
* The AreaTree instance that this layout system is processing.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|