Skip to content

Commit 2f8045f

Browse files
committed
metafacture-framework/ (main): Fix Checkstyle violations.
1 parent 4956554 commit 2f8045f

31 files changed

+87
-27
lines changed

metafacture-framework/src/main/java/org/metafacture/framework/FluxCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
import java.lang.annotation.Documented;

metafacture-framework/src/main/java/org/metafacture/framework/FormatException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
/**

metafacture-framework/src/main/java/org/metafacture/framework/LifeCycle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
/**

metafacture-framework/src/main/java/org/metafacture/framework/MetafactureException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
/**

metafacture-framework/src/main/java/org/metafacture/framework/MissingIdException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
/**

metafacture-framework/src/main/java/org/metafacture/framework/ObjectPipe.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
import org.metafacture.framework.helpers.DefaultObjectPipe;

metafacture-framework/src/main/java/org/metafacture/framework/ObjectReceiver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
import org.metafacture.framework.helpers.DefaultObjectReceiver;

metafacture-framework/src/main/java/org/metafacture/framework/Receiver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
/**

metafacture-framework/src/main/java/org/metafacture/framework/Sender.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
import org.metafacture.framework.helpers.DefaultSender;

metafacture-framework/src/main/java/org/metafacture/framework/StandardEventNames.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.metafacture.framework;
1718

1819
/**

0 commit comments

Comments
 (0)