You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2013/09/12 00:27:27 UTC

svn commit: r1522080 - in /pivot/branches/2.0.x: ./ wtk/src/org/apache/pivot/wtk/Window.java

Author: rwhitcomb
Date: Wed Sep 11 22:27:27 2013
New Revision: 1522080

URL: http://svn.apache.org/r1522080
Log:
Corrected a malformed end tag in the Javadoc for Window.open.

This is a merge of revision 1522078 from trunk to branches/2.0.x.

Modified:
    pivot/branches/2.0.x/   (props changed)
    pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/Window.java

Propchange: pivot/branches/2.0.x/
------------------------------------------------------------------------------
  Merged /pivot/trunk:r1522078

Modified: pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/Window.java
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/Window.java?rev=1522080&r1=1522079&r2=1522080&view=diff
==============================================================================
--- pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/Window.java (original)
+++ pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/Window.java Wed Sep 11 22:27:27 2013
@@ -623,7 +623,7 @@ public class Window extends Container {
      * The display on which the window will be opened.
      *
      * @param ownerArgument
-     * The window's owner, or <tt>null<tt> if the window has no owner.
+     * The window's owner, or <tt>null</tt> if the window has no owner.
      */
     public void open(Display display, Window ownerArgument) {
         if (display == null) {