Author: knopp
Date: Thu Oct 25 04:06:57 2007
New Revision: 588200

URL: http://svn.apache.org/viewvc?rev=588200&view=rev
Log:
locale and style fiends may not be transient

Modified:
    
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/LocalizedImageResource.java

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/LocalizedImageResource.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/LocalizedImageResource.java?rev=588200&r1=588199&r2=588200&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/LocalizedImageResource.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/LocalizedImageResource.java
 Thu Oct 25 04:06:57 2007
@@ -91,10 +91,10 @@
        private ValueMap resourceParameters;
 
        /** The locale of the image resource */
-       private transient Locale locale;
+       private Locale locale;
 
        /** The style of the image resource */
-       private transient String style;
+       private String style;
 
        /**
         * Parses image value specifications of the form "[factoryName]:


Reply via email to