File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/main/java/com/gitblit/wicket/panels Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2424import org .apache .wicket .ajax .markup .html .form .AjaxButton ;
2525import org .apache .wicket .markup .html .basic .Label ;
2626import org .apache .wicket .markup .html .form .Form ;
27- import org .apache .wicket .markup .html .panel .FeedbackPanel ;
2827import org .apache .wicket .markup .repeater .Item ;
2928import org .apache .wicket .markup .repeater .data .DataView ;
3029import org .apache .wicket .markup .repeater .data .ListDataProvider ;
@@ -124,9 +123,6 @@ public void onClick(AjaxRequestTarget target) {
124123 "span5" ,
125124 keyComment ));
126125
127- // final FeedbackPanel feedback = new FeedbackPanel("feedback");
128- // feedback.setOutputMarkupId(true);
129- // addKeyForm.add(feedback);
130126 addKeyForm .add (new AjaxButton ("addKeyButton" ) {
131127
132128 private static final long serialVersionUID = 1L ;
You can’t perform that action at this time.
0 commit comments