You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2016/12/20 18:22:13 UTC

lucene-solr:jira/solr-5944: Cleanup some cruft i forgot to delete a while ago

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/solr-5944 1a331ae01 -> 7febd99b2


Cleanup some cruft i forgot to delete a while ago


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7febd99b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7febd99b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7febd99b

Branch: refs/heads/jira/solr-5944
Commit: 7febd99b25ac3165da6c458d0203686f45098a94
Parents: 1a331ae
Author: Chris Hostetter <ho...@apache.org>
Authored: Tue Dec 20 11:22:06 2016 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Tue Dec 20 11:22:06 2016 -0700

----------------------------------------------------------------------
 .../test/org/apache/solr/cloud/SegmentTerminateEarlyTestState.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7febd99b/solr/core/src/test/org/apache/solr/cloud/SegmentTerminateEarlyTestState.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/SegmentTerminateEarlyTestState.java b/solr/core/src/test/org/apache/solr/cloud/SegmentTerminateEarlyTestState.java
index 6205f6c..3fe12ed 100644
--- a/solr/core/src/test/org/apache/solr/cloud/SegmentTerminateEarlyTestState.java
+++ b/solr/core/src/test/org/apache/solr/cloud/SegmentTerminateEarlyTestState.java
@@ -17,8 +17,6 @@
 
 package org.apache.solr.cloud;
 
-//import java.time.ZoneOffset;
-//import java.time.ZonedDateTime; // nocommit
 import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;