Skip to content

Commit a82e3ab

Browse files
committed
Javadoc
1 parent 8f1689e commit a82e3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/configuration2/PropertiesConfigurationLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public void save(final PropertiesConfiguration config, final Writer writer) thro
762762
*
763763
* @param key the property key
764764
* @param number the number of blank lines to add before this property definition
765-
* @deprecated use {@link PropertiesConfigurationLayout#setBlankLinesBefore(String, int)}.
765+
* @deprecated Use {@link PropertiesConfigurationLayout#setBlankLinesBefore(String, int)}.
766766
*/
767767
@Deprecated
768768
public void setBlancLinesBefore(final String key, final int number) {

0 commit comments

Comments
 (0)