Skip to content

Commit

Permalink
Fix build after reverting local changes. Sorry
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dywicki <luke@code-house.org>

git-svn-id: https://svn.apache.org/repos/asf/karaf/webconsole/trunk@1226999 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
splatch committed Jan 4, 2012
1 parent fc9b80a commit adc4bf8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

import org.apache.karaf.webconsole.core.BasePage;
import org.apache.karaf.webconsole.core.behavior.FormalizeBehavior;
import org.apache.karaf.webconsole.core.behavior.JQueryUiThemeBehavior;
import org.apache.wicket.Page;
import org.apache.wicket.ResourceReference;
import org.apache.wicket.behavior.IBehavior;
Expand All @@ -46,7 +45,6 @@ public List<IBehavior> getBehaviors() {

public void modify(Page page) {
page.add(new FormalizeBehavior());
page.add(new JQueryUiThemeBehavior());
}

}

0 comments on commit adc4bf8

Please sign in to comment.