Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Brown committed Jan 28, 2012
1 parent d8f80bc commit 355ac04
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@
* This uses a similar approach to line-precise-reporting-on-new-component and is likely to be
* equally slow, so turn it on only in debug/development mode, not production.
*
* Usage, in your WicketApplication:
* <pre>
* if (getDebugSettings().isLinePreciseReportingOnNewComponentEnabled()) {
* // wicket 1.4
* addComponentInstantiationListener(new AttributeModifyingInstantiationListener());
* // or wicket 1.5
* getComponentInstantiationListeners().add(new AttributeModifyingInstantiationListener());
* }
* </pre>
*
* See {@link AttributeModifyingComponentVisitor} for usage syntax in onBeforeRender().
*
* @author Jenny Brown
*
*/
Expand Down

0 comments on commit 355ac04

Please sign in to comment.