You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/11/16 19:08:11 UTC

svn commit: r880881 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java

Author: norman
Date: Mon Nov 16 18:08:11 2009
New Revision: 880881

URL: http://svn.apache.org/viewvc?rev=880881&view=rev
Log:
Remove not needed code

Modified:
    james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java?rev=880881&r1=880880&r2=880881&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java (original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java Mon Nov 16 18:08:11 2009
@@ -510,11 +510,6 @@
         revealDisplay();
     }
     
-    @Override
-    protected void onRevealDisplay() {
-        showMessageTable(user, folder, searchValue);
-        super.onRevealDisplay();
-    }
     
     public void openLink(String url) {
         Window.open(url, "_blank", "");



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org