You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/21 00:36:53 UTC

svn commit: r786922 - /incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java

Author: sabob
Date: Sat Jun 20 22:36:52 2009
New Revision: 786922

URL: http://svn.apache.org/viewvc?rev=786922&view=rev
Log:
removed redundant method

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java?rev=786922&r1=786921&r2=786922&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/AbstractLink.java Sat Jun 20 22:36:52 2009
@@ -137,17 +137,6 @@
     public abstract String getHref();
 
     /**
-     * This method returns null.
-     *
-     * @see org.apache.click.Control#getHtmlImports()
-     *
-     * @return null
-     */
-    public String getHtmlImports() {
-        return null;
-    }
-
-    /**
      * Return the image src path attribute. If the image src is defined then a
      * <tt>&lt;img/&gt;</tt> element will rendered inside the anchor link when
      * using the AbstractLink {@link #toString()} method, and the label will