This is an automated email from the ASF dual-hosted git repository.
ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new ad9b999 Fixed the javadoc in CheckEol
ad9b999 is described below
commit ad9b99974f2018875a78bfacf679fc9f79a6308e
Author: Emmanuel Bourg <[email protected]>
AuthorDate: Wed May 8 23:38:36 2019 +0200
Fixed the javadoc in CheckEol
---
java/org/apache/tomcat/buildutil/CheckEol.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/buildutil/CheckEol.java
b/java/org/apache/tomcat/buildutil/CheckEol.java
index 2f32554..4c196a1 100644
--- a/java/org/apache/tomcat/buildutil/CheckEol.java
+++ b/java/org/apache/tomcat/buildutil/CheckEol.java
@@ -60,7 +60,7 @@ public class CheckEol extends Task {
/**
* Sets the line ending mode.
*
- * @param mode
+ * @param mode The line ending mode (either LF or CRLF)
*/
public void setMode( String mode ) {
this.mode = Mode.valueOf( mode.toUpperCase() );
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]