You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/08/04 10:06:25 UTC

[2/3] syncope git commit: [SYNCOPE-809] Fixing javadoc errors

[SYNCOPE-809] Fixing javadoc errors


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/7bd46563
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7bd46563
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7bd46563

Branch: refs/heads/master
Commit: 7bd465636f0985d1e376479d0664d0dc3ddec4f3
Parents: a40d1aa
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Aug 4 12:05:53 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Aug 4 12:05:53 2016 +0200

----------------------------------------------------------------------
 .../eclipse/plugin/editors/htmlhelpers/HTMLAutoEditStrategy.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7bd46563/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/htmlhelpers/HTMLAutoEditStrategy.java
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/htmlhelpers/HTMLAutoEditStrategy.java b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/htmlhelpers/HTMLAutoEditStrategy.java
index 8761e88..0609a24 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/htmlhelpers/HTMLAutoEditStrategy.java
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/src/main/java/org/apache/syncope/ide/eclipse/plugin/editors/htmlhelpers/HTMLAutoEditStrategy.java
@@ -90,8 +90,8 @@ public class HTMLAutoEditStrategy extends DefaultIndentLineAutoEditStrategy {
      * Returns the line number of the next bracket after end.
      *
      * @param document - the document being parsed
-     * @param line - the line to start searching back from
-     * @param end - the end position to search back from
+     * @param linearg - the line to start searching back from
+     * @param endarg - the end position to search back from
      * @param closingBracketIncrease - the number of brackets to skip
      * @return the line number of the next matching bracket after end
      * @throws BadLocationException in case the line numbers are invalid in the document