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 2013/10/28 12:33:48 UTC

svn commit: r1536317 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationWithProperties.java

Author: smartini
Date: Mon Oct 28 11:33:48 2013
New Revision: 1536317

URL: http://svn.apache.org/r1536317
Log:
PIVOT-926, removed warnings

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationWithProperties.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationWithProperties.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationWithProperties.java?rev=1536317&r1=1536316&r2=1536317&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationWithProperties.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/ApplicationWithProperties.java Mon Oct 28 11:33:48 2013
@@ -47,6 +47,7 @@ public interface ApplicationWithProperti
      * about itself.
      */
     public interface AboutHandler extends Application.AboutHandler {
+        // empty block
     }
 
     /**
@@ -55,6 +56,7 @@ public interface ApplicationWithProperti
      * focus).
      */
     public interface UnprocessedKeyHandler extends Application.UnprocessedKeyHandler {
+        // empty block
     }
 
     /**
@@ -62,6 +64,7 @@ public interface ApplicationWithProperti
      * exceptions thrown during a user input event.
      */
     public interface UncaughtExceptionHandler extends Application.UncaughtExceptionHandler {
+        // empty block
     }
 
     /**