javadoc typos
-------------
Key: WICKET-1043
URL: https://issues.apache.org/jira/browse/WICKET-1043
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.0-beta4
Reporter: Dmitry Kandalov
Priority: Trivial
I collected some javadoc typos I came across. See patch for simple ones.
These are some other problems in javadocs:
- broken link in WebRequestCodingStrategy: @see
org.apache.wicket.request.IRequestCodingStrategy#encode(java.lang.CharSequence)
- Application#getSessionStore: object for working getting/ storing session
- didn't find such classes RequestLogger: InspectorBug, InspectorPage,
LiveSessionPage
- IWrapModel: model will be called detach on when the component is detached
when the wrap model
- javadoc seems to be copied from another flag
Component#FLAG_INHERITABLE_MODEL: /** Flag for escaping HTML in model strings */
- Model does not implement AbstractModel anymore
org.apache.wicket.model.Model: Model is the basic implementation of an
AbstractModel
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.