commit | e44df0b551f34641cc30cb91ace1bd52b6388fac | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Jun 15 10:18:52 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Fri Jun 15 10:18:52 2018 +0900 |
tree | 167af27edad8df79fd72ea5e4ddcb667347d51b8 | |
parent | 31e0bfe25b015516bda01d61dfaebfa92f65ecbc [diff] |
Remove commented-out code Change-Id: I0674f9648c739ce80b03d21d598c69fff8b2db44
diff --git a/src/main/java/com/googlesource/gerrit/plugins/its/base/util/IssueExtractor.java b/src/main/java/com/googlesource/gerrit/plugins/its/base/util/IssueExtractor.java index 41acd83..572cffd 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/its/base/util/IssueExtractor.java +++ b/src/main/java/com/googlesource/gerrit/plugins/its/base/util/IssueExtractor.java
@@ -117,8 +117,6 @@ if (footerStart == -1) { // No footer could be found. So all lines after the first one (that's // the subject) is the body. - // body = String[] templateParameters = - // Arrays.copyOfRange(allParameters, 1, allParameters.length); if (lines.length > 0) { body = StringUtils.join(lines, "\n", 1, lines.length); }
diff --git a/src/test/java/com/googlesource/gerrit/plugins/its/base/util/PropertyExtractorTest.java b/src/test/java/com/googlesource/gerrit/plugins/its/base/util/PropertyExtractorTest.java index d0a2eb0..10cac7b 100644 --- a/src/test/java/com/googlesource/gerrit/plugins/its/base/util/PropertyExtractorTest.java +++ b/src/test/java/com/googlesource/gerrit/plugins/its/base/util/PropertyExtractorTest.java
@@ -452,7 +452,6 @@ propertyFactory = createMock(Property.Factory.class); bind(Property.Factory.class).toInstance(propertyFactory); - // factory(Property.Factory.class); } }