WW-4744: Add new line at end of DummyInterface file
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/3cee495a Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/3cee495a Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/3cee495a Branch: refs/heads/master Commit: 3cee495a1214bde01a7b0f061040ff60ece105ab Parents: f0a9226 Author: Yasser Zamani <[email protected]> Authored: Mon Mar 27 02:10:53 2017 +0430 Committer: Yasser Zamani <[email protected]> Committed: Mon Mar 27 02:10:53 2017 +0430 ---------------------------------------------------------------------- .../opensymphony/xwork2/util/annotation/DummyInterface.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/3cee495a/core/src/test/java/com/opensymphony/xwork2/util/annotation/DummyInterface.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/com/opensymphony/xwork2/util/annotation/DummyInterface.java b/core/src/test/java/com/opensymphony/xwork2/util/annotation/DummyInterface.java index 7713d3f..4d5f908 100644 --- a/core/src/test/java/com/opensymphony/xwork2/util/annotation/DummyInterface.java +++ b/core/src/test/java/com/opensymphony/xwork2/util/annotation/DummyInterface.java @@ -1,7 +1,6 @@ package com.opensymphony.xwork2.util.annotation; public interface DummyInterface { - - @MyAnnotationI - void interfaceMethodWithAnnotation(); -} \ No newline at end of file + @MyAnnotationI + void interfaceMethodWithAnnotation(); +}
