Repository: tapestry-5
Updated Branches:
  refs/heads/master ee6b0cade -> faaf0b025
Updated Tags:  refs/tags/5.4-beta-29 [created] 9aac4fa3b


Remove <p/> from JavaDoc

Turns out, I had an IntelliJ setting providing these; turned off now.


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9aac4fa3
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9aac4fa3
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9aac4fa3

Branch: refs/heads/master
Commit: 9aac4fa3b05df5a33611355b4a20e1c9a5d09851
Parents: ee6b0ca
Author: Howard M. Lewis Ship <hls...@apache.org>
Authored: Mon Apr 6 14:24:27 2015 -0700
Committer: Howard M. Lewis Ship <hls...@apache.org>
Committed: Mon Apr 6 14:24:27 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/corelib/components/DateField.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9aac4fa3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
 
b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
index 94a9a1f..0e23ba2 100644
--- 
a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
+++ 
b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/DateField.java
@@ -36,11 +36,11 @@ import java.util.Locale;
 /**
  * A component used to collect a provided date from the user using a 
client-side JavaScript calendar. Non-JavaScript
  * clients can simply type into a text field.
- * <p/>
+ *
  * One aspect here is that, because client-side JavaScript formatting and 
parsing is so limited, we (currently)
  * use Ajax to send the user's input to the server for parsing (before raising 
the popup) and formatting (after closing
  * the popup). Weird and inefficient, but easier than writing client-side 
JavaScript for that purpose.
- * <p/>
+ *
  * Tapestry's DateField component is a wrapper around <a
  * href="http://webfx.eae.net/dhtml/datepicker/datepicker.html";>WebFX 
DatePicker</a>.
  *

Reply via email to