Repository: incubator-predictionio Updated Branches: refs/heads/develop 0fa51c291 -> bcf6b4e10
Fix typo in Scaladoc Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/bcf6b4e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/bcf6b4e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/bcf6b4e1 Branch: refs/heads/develop Commit: bcf6b4e10a445793568176ecca2006558a20a441 Parents: 0fa51c2 Author: Naoki Takezoe <[email protected]> Authored: Mon May 29 11:38:59 2017 +0900 Committer: Naoki Takezoe <[email protected]> Committed: Mon May 29 11:38:59 2017 +0900 ---------------------------------------------------------------------- .../main/scala/org/apache/predictionio/data/storage/Storage.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/bcf6b4e1/data/src/main/scala/org/apache/predictionio/data/storage/Storage.scala ---------------------------------------------------------------------- diff --git a/data/src/main/scala/org/apache/predictionio/data/storage/Storage.scala b/data/src/main/scala/org/apache/predictionio/data/storage/Storage.scala index d61ad4f..744a5e6 100644 --- a/data/src/main/scala/org/apache/predictionio/data/storage/Storage.scala +++ b/data/src/main/scala/org/apache/predictionio/data/storage/Storage.scala @@ -65,7 +65,7 @@ trait BaseStorageClient { * variables, * - PIO_STORAGE_SOURCES_PGSQL_TYPE=jdbc * - PIO_STORAGE_SOURCES_PGSQL_USERNAME=abc - * - PIO_STOARGE_SOURCES_PGSQL_PASSWORD=xyz + * - PIO_STORAGE_SOURCES_PGSQL_PASSWORD=xyz * * this field will be filled as a map of string to string: * - TYPE -> jdbc
