ACCUMULO-3503 Remove extra space Removes the extra space which was added, which was preventing a clean build (a build in which no files in the source tree are modified).
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/67dd532d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/67dd532d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/67dd532d Branch: refs/heads/master Commit: 67dd532d9bf02ec0e6bb8b96331344e34692cba9 Parents: 7ff6169 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Jan 22 15:17:58 2015 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Jan 22 15:17:58 2015 -0500 ---------------------------------------------------------------------- trace/src/main/scripts/generate-thrift.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/67dd532d/trace/src/main/scripts/generate-thrift.sh ---------------------------------------------------------------------- diff --git a/trace/src/main/scripts/generate-thrift.sh b/trace/src/main/scripts/generate-thrift.sh index 96116f8..0bb0005 100755 --- a/trace/src/main/scripts/generate-thrift.sh +++ b/trace/src/main/scripts/generate-thrift.sh @@ -26,4 +26,4 @@ PACKAGES_TO_GENERATE=(trace) sed -i -e 's/\(public class TInfo .*\)$/\1\ \ private static final long serialVersionUID = -4659975753252858243l; \/\/ See ACCUMULO-3132\ - /' src/main/java/org/apache/accumulo/trace/thrift/TInfo.java +/' src/main/java/org/apache/accumulo/trace/thrift/TInfo.java