This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new f8aa7c4  ACCUMULO-4824 Fix jar sealing issue for WebViewsIT
f8aa7c4 is described below

commit f8aa7c4ca0a2b87cdc33b91548ca970d7289f790
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Fri Feb 23 08:45:01 2018 -0500

    ACCUMULO-4824 Fix jar sealing issue for WebViewsIT
---
 .../src/test/java/org/apache/accumulo/monitor/{ => it}/WebViewsIT.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/server/monitor/src/test/java/org/apache/accumulo/monitor/WebViewsIT.java 
b/server/monitor/src/test/java/org/apache/accumulo/monitor/it/WebViewsIT.java
similarity index 98%
rename from 
server/monitor/src/test/java/org/apache/accumulo/monitor/WebViewsIT.java
rename to 
server/monitor/src/test/java/org/apache/accumulo/monitor/it/WebViewsIT.java
index d92d4f8..6e2aae4 100644
--- a/server/monitor/src/test/java/org/apache/accumulo/monitor/WebViewsIT.java
+++ 
b/server/monitor/src/test/java/org/apache/accumulo/monitor/it/WebViewsIT.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.accumulo.monitor;
+package org.apache.accumulo.monitor.it;
 
 import static org.easymock.EasyMock.expect;
 
@@ -35,6 +35,7 @@ import org.apache.accumulo.core.client.Instance;
 import org.apache.accumulo.core.client.impl.Table;
 import org.apache.accumulo.core.client.impl.Tables;
 import org.apache.accumulo.core.conf.DefaultConfiguration;
+import org.apache.accumulo.monitor.Monitor;
 import org.apache.accumulo.monitor.util.MonitorTests;
 import org.apache.accumulo.monitor.view.WebViews;
 import org.apache.accumulo.server.AccumuloServerContext;

-- 
To stop receiving notification emails like this one, please contact
ctubb...@apache.org.

Reply via email to