Github user martin-g commented on a diff in the pull request:
https://github.com/apache/wicket/pull/79#discussion_r19457125
--- Diff:
wicket-core/src/main/java/org/apache/wicket/markup/html/form/Form.java ---
@@ -274,6 +262,11 @@ public void component(final Component component, final
IVisit<Void> visit)
*/
private Bytes maxSize = null;
+ /**
--- End diff --
different whitespace is used
please keep it consistent with the rest of the file
we use tabs for indentation
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---