You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2014/04/29 08:49:44 UTC

svn commit: r1590881 - in /pivot/branches/2.0.x: tutorials/www/hello-world.xml wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java

Author: smartini
Date: Tue Apr 29 06:49:44 2014
New Revision: 1590881

URL: http://svn.apache.org/r1590881
Log:
trim-whitespace

Modified:
    pivot/branches/2.0.x/tutorials/www/hello-world.xml
    pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java

Modified: pivot/branches/2.0.x/tutorials/www/hello-world.xml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tutorials/www/hello-world.xml?rev=1590881&r1=1590880&r2=1590881&view=diff
==============================================================================
--- pivot/branches/2.0.x/tutorials/www/hello-world.xml (original)
+++ pivot/branches/2.0.x/tutorials/www/hello-world.xml Tue Apr 29 06:49:44 2014
@@ -174,8 +174,8 @@ limitations under the License.
 
         <p>
             Note that (for offline testing purposes) <tt>pivot-tutorials-<i>[version]</i>.jar</tt>
-			is not provided directly in binary distribution, but it's inside generated war files
-			(under the lib folder). Otherwise, you can build it from sources.
+            is not provided directly in binary distribution, but it's inside generated war files
+            (under the lib folder). Otherwise, you can build it from sources.
         </p>
 
        <p>

Modified: pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java?rev=1590881&r1=1590880&r2=1590881&view=diff
==============================================================================
--- pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java (original)
+++ pivot/branches/2.0.x/wtk/src/org/apache/pivot/wtk/skin/TabPaneSkin.java Tue Apr 29 06:49:44 2014
@@ -22,11 +22,11 @@ import org.apache.pivot.wtk.TabPane;
 
 /**
  * Tab pane skin.
- * 
+ *
  * Note that this class is abstract but only because in layout method there are many things
  * already defined that uses the original skin implementation (TerraTabPaneSkin).
  */
-public abstract class TabPaneSkin extends ContainerSkin 
+public abstract class TabPaneSkin extends ContainerSkin
     implements TabPane.Skin {
 
     protected BoxPane tabButtonBoxPane = new BoxPane();