You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2017/02/01 17:40:21 UTC

svn commit: r1781288 - /myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFileDrop.java

Author: weber
Date: Wed Feb  1 17:40:21 2017
New Revision: 1781288

URL: http://svn.apache.org/viewvc?rev=1781288&view=rev
Log:
TOBAGO-1690 - Drag and Drop File Upload: checkstyle

Modified:
    myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFileDrop.java

Modified: myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFileDrop.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFileDrop.java?rev=1781288&r1=1781287&r2=1781288&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFileDrop.java (original)
+++ myfaces/tobago/branches/tobago-2.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFileDrop.java Wed Feb  1 17:40:21 2017
@@ -62,7 +62,7 @@ public abstract class AbstractUIFileDrop
   }
 
   public ActionListener[] getActionListeners() {
-    return (ActionListener[])((ActionListener[])this.getFacesListeners(ActionListener.class));
+    return (ActionListener[]) ((ActionListener[]) this.getFacesListeners(ActionListener.class));
   }
 
 }