You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/09/21 02:51:35 UTC

[2/5] storm git commit: fixed Prvoider to Provider

fixed Prvoider to Provider


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/05a773bd
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/05a773bd
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/05a773bd

Branch: refs/heads/0.10.x-branch
Commit: 05a773bd240d93675f7231baf1dd03ce55818ee8
Parents: 8ebf3c6
Author: Randy Gelhausen <rg...@gmail.com>
Authored: Sun Sep 20 18:02:18 2015 -0400
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Mon Sep 21 09:49:53 2015 +0900

----------------------------------------------------------------------
 external/storm-jdbc/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/05a773bd/external/storm-jdbc/README.md
----------------------------------------------------------------------
diff --git a/external/storm-jdbc/README.md b/external/storm-jdbc/README.md
index 060728d..f64d8d9 100644
--- a/external/storm-jdbc/README.md
+++ b/external/storm-jdbc/README.md
@@ -9,10 +9,10 @@ in a storm topology.
 The bolt and trident state included in this package for inserting data into a database tables are tied to a single table.
 
 ### ConnectionProvider
-An interface that should be implemented by different connection pooling mechanism `org.apache.storm.jdbc.common.ConnectionPrvoider`
+An interface that should be implemented by different connection pooling mechanism `org.apache.storm.jdbc.common.ConnectionProvider`
 
 ```java
-public interface ConnectionPrvoider extends Serializable {
+public interface ConnectionProvider extends Serializable {
     /**
      * method must be idempotent.
      */