We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b189682 commit 5d56300Copy full SHA for 5d56300
commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/Declaration.java
@@ -222,7 +222,7 @@ public void setId( final String id )
222
}
223
224
/**
225
- * Copy all (key,value) pairs in the param into the properties member of this object.
+ * Copy all (key, value) pairs in the param into the properties member of this object.
226
* <p>
227
* The declaration properties cannot be explicit member variables, because the set of useful properties a user can
228
* provide on a declaration depends on what RuleFinder classes are available - and extra RuleFinders can be added by
0 commit comments