Skip to content

Commit b10be0d

Browse files
committed
[WICKET-7142] make getComponent() public
1 parent ebfd87c commit b10be0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wicket-core/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public final void afterRender(final Component hostComponent)
111111
*
112112
* @return the component that this handler is bound to
113113
*/
114-
protected final Component getComponent()
114+
public final Component getComponent()
115115
{
116116
return component;
117117
}

0 commit comments

Comments
 (0)