You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/05/26 20:50:28 UTC

svn commit: r778843 - in /incubator/pivot/trunk: RELEASE-NOTES wtk/src/pivot/wtkx/Bindable.java

Author: gbrown
Date: Tue May 26 18:50:28 2009
New Revision: 778843

URL: http://svn.apache.org/viewvc?rev=778843&view=rev
Log:
Minor Javadoc update; update RELEASE-NOTES to include recent web query fixes.

Modified:
    incubator/pivot/trunk/RELEASE-NOTES
    incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java

Modified: incubator/pivot/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=778843&r1=778842&r2=778843&view=diff
==============================================================================
--- incubator/pivot/trunk/RELEASE-NOTES (original)
+++ incubator/pivot/trunk/RELEASE-NOTES Tue May 26 18:50:28 2009
@@ -171,6 +171,7 @@
 
 - ImageViewSkin does not correctly propagate repaint region (PIVOT-109).
 
+- Multiple response headers not handled correctly (PIVOT-125).
 
 Additional Notes
 ----------------

Modified: incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java?rev=778843&r1=778842&r2=778843&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java (original)
+++ incubator/pivot/trunk/wtk/src/pivot/wtkx/Bindable.java Tue May 26 18:50:28 2009
@@ -139,7 +139,7 @@
 
         /**
          * The locale with which to load WTKX resources. This should be a
-         * lowercase two-letter ISO-639 code. If unspecified, the user's
+         * lowercase two-letter ISO-639 code. If unspecified, the current
          * default locale will be used.
          */
         public String locale() default "\0";