Version 0.9.1
This commit is contained in:
parent
bd0b504800
commit
fedb9ff53d
12 changed files with 14 additions and 15 deletions
|
@ -19,7 +19,7 @@ package rife.bld.extension.propertyfile;
|
|||
import java.util.function.BiFunction;
|
||||
|
||||
/**
|
||||
* Declares the modifications to be made to a {@link java.util.Properties string-based property}.
|
||||
* Declares the modifications to be made to a {@link java.util.Properties String-based property}.
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @author <a href="https://github.com/gbevin">Geert Bevin</a>
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Date;
|
|||
import java.util.function.IntFunction;
|
||||
|
||||
/**
|
||||
* Declares the modifications to be made to a {@link java.util.Properties date-based property}.
|
||||
* Declares the modifications to be made to a {@link java.util.Properties Date-based property}.
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @since 1.0
|
||||
|
@ -48,7 +48,7 @@ public class EntryDate extends EntryBase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the new {@link java.util.Properties property} value to an {@link LocalDate}
|
||||
* Sets the new {@link java.util.Properties property} value to a {@link LocalDate}
|
||||
*
|
||||
* @param date the {@link LocalDate} to set the value to
|
||||
*/
|
||||
|
|
|
@ -19,7 +19,7 @@ package rife.bld.extension.propertyfile;
|
|||
import java.util.function.IntFunction;
|
||||
|
||||
/**
|
||||
* Declares the modifications to be made to a {@link java.util.Properties integer-based property}.
|
||||
* Declares the modifications to be made to an {@link java.util.Properties Integer-based property}.
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @since 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue