Checkstyle changes
* Upgrade to Checkstyle 9.0 * apply some JavaDocs rules * Fix JavaDocs rules violations * Some other minor clean up in the affected classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
* Copyright 2002-2021 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -190,8 +190,8 @@ public class XPathMessageSplitter extends AbstractMessageSplitter {
|
||||
* used to override any of the same properties in affect
|
||||
* for the transformation.
|
||||
* @param outputProperties the {@link Transformer} output properties.
|
||||
* @see Transformer#setOutputProperties(Properties)
|
||||
* @since 4.2
|
||||
* @see Transformer#setOutputProperties(Properties)
|
||||
*/
|
||||
public void setOutputProperties(Properties outputProperties) {
|
||||
this.outputProperties = outputProperties;
|
||||
|
||||
Reference in New Issue
Block a user