Javadoc Polishing

This commit is contained in:
Gary Russell
2017-03-02 09:06:19 -05:00
parent 7ed6151913
commit 4ada89d0c6
2 changed files with 3 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ public class SpelPropertyAccessorRegistrar {
* Add the provided named property accessor.
* @param name the name.
* @param propertyAccessor the accessor.
* @return this registrar.
* @since 4.3.8
*/
public SpelPropertyAccessorRegistrar add(String name, PropertyAccessor propertyAccessor) {
@@ -88,6 +89,7 @@ public class SpelPropertyAccessorRegistrar {
* Add the provided property accessors. Each accessor name
* will be the class simple name.
* @param propertyAccessors the accessors.
* @return this registrar.
* @since 4.3.8
*/
public SpelPropertyAccessorRegistrar add(PropertyAccessor... propertyAccessors) {

View File

@@ -846,6 +846,7 @@ public class FileWritingMessageHandler extends AbstractReplyProducingMessageHand
* @param fileToWriteTo the file.
* @param append true if we are appending.
* @return the stream.
* @throws FileNotFoundException if not found.
* @since 4.3.8
*/
protected BufferedOutputStream createOutputStream(File fileToWriteTo, final boolean append)