You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by ta...@apache.org on 2018/05/16 08:43:34 UTC

incubator-hivemall git commit: Update README according to the change of formatter

Repository: incubator-hivemall
Updated Branches:
  refs/heads/master ff1609bd2 -> fc9442746


Update README according to the change of formatter


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/fc944274
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/fc944274
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/fc944274

Branch: refs/heads/master
Commit: fc9442746e3095f2962821fe5f8e1dacffc59a29
Parents: ff1609b
Author: Takuya Kitazawa <ta...@apache.org>
Authored: Wed May 16 17:43:18 2018 +0900
Committer: Takuya Kitazawa <ta...@apache.org>
Committed: Wed May 16 17:43:18 2018 +0900

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/fc944274/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8ddceb0..d7cb664 100644
--- a/README.md
+++ b/README.md
@@ -55,5 +55,5 @@ $ ./bin/update_ddls.sh
 Note that, before creating a pull request including Java code, please make sure your code follows our coding conventions by applying formatter:
 
 ```
-$ mvn formatter:format
+$ mvn spotless:apply
 ```