Skip to content

Commit 3c7fa25

Browse files
committed
No need for blank Javadoc lines between Javadoc @ tags
1 parent 3608d9b commit 3c7fa25

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

src/main/java/org/apache/commons/jxpath/AbstractFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public boolean createObject(final JXPathContext context, final Pointer pointer,
6060
* @param context hosts variable pools. See
6161
* {@link JXPathContext#getVariables() JXPathContext.getVariables()}
6262
* @param name is the name of the variable without the "$" sign
63-
*
6463
* @return true if the variable was successfully defined
6564
*/
6665
public boolean declareVariable(final JXPathContext context, final String name) {

src/main/java/org/apache/commons/jxpath/BasicVariables.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class BasicVariables implements Variables {
3434
* value of the variable is null.
3535
*
3636
* @param varName is a variable name without the "$" sign
37-
*
3837
* @return true if the variable is declared
3938
*/
4039
@Override
@@ -47,7 +46,6 @@ public boolean isDeclaredVariable(final String varName) {
4746
* otherwise, throws IllegalArgumentException
4847
*
4948
* @param varName is a variable name without the "$" sign
50-
*
5149
* @return the value of the variable
5250
*/
5351
@Override

src/main/java/org/apache/commons/jxpath/ClassFunctions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public Set getUsedNamespaces() {
8282
* the method returns null
8383
* @param name is a function name or "new" for a constructor.
8484
* @param parameters Object[] of parameters
85-
*
8685
* @return a MethodFunction, a ConstructorFunction or null if there is no
8786
* such function.
8887
*/

src/main/java/org/apache/commons/jxpath/JXPathContextFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public abstract JXPathContext newContext(
145145
* class in the specified order.
146146
* @param property Property name
147147
* @param defaultFactory Default implementation, if nothing else is found
148-
*
149148
* @return class name of the JXPathContextFactory
150149
*/
151150
private static String findFactory(final String property, final String defaultFactory) {

src/main/java/org/apache/commons/jxpath/ri/model/NodePointer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ public NodePointer getValuePointer() {
305305

306306
/**
307307
* @see #getValuePointer()
308-
*
309308
* @return NodePointer is either {@code this} or a pointer
310309
* for the immediately contained value.
311310
*/

0 commit comments

Comments
 (0)