You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2018/10/04 17:47:49 UTC

[accumulo] branch master updated: Format

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

mmiller 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 3b71e1a  Format
3b71e1a is described below

commit 3b71e1a372f69ce5fe649fcb2224e3318779ee1d
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Oct 4 13:46:59 2018 -0400

    Format
---
 .../main/java/org/apache/accumulo/shell/commands/DropTableCommand.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/src/main/java/org/apache/accumulo/shell/commands/DropTableCommand.java b/shell/src/main/java/org/apache/accumulo/shell/commands/DropTableCommand.java
index 9835e56..75e7d1e 100644
--- a/shell/src/main/java/org/apache/accumulo/shell/commands/DropTableCommand.java
+++ b/shell/src/main/java/org/apache/accumulo/shell/commands/DropTableCommand.java
@@ -19,7 +19,7 @@ package org.apache.accumulo.shell.commands;
 public class DropTableCommand extends DeleteTableCommand {
 
   @Override
-  public String description (){
+  public String description() {
     return "deletes a table (Same as deletetable)";
   }
 }