You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2017/09/05 10:45:26 UTC

kafka git commit: MINOR: fix scalaVersion variable in templateData.js

Repository: kafka
Updated Branches:
  refs/heads/trunk b1871e5ad -> caddae19e


MINOR: fix scalaVersion variable in templateData.js

Author: Damian Guy <da...@gmail.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #3790 from dguy/fix-js-tempate


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

Branch: refs/heads/trunk
Commit: caddae19ea87fb2fa46884eddfa6eb742c770267
Parents: b1871e5
Author: Damian Guy <da...@gmail.com>
Authored: Tue Sep 5 11:45:21 2017 +0100
Committer: Damian Guy <da...@gmail.com>
Committed: Tue Sep 5 11:45:21 2017 +0100

----------------------------------------------------------------------
 docs/js/templateData.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/caddae19/docs/js/templateData.js
----------------------------------------------------------------------
diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index d727512..4b57914 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
 var context={
     "version": "100",
     "dotVersion": "1.0",
-    "fullDotVersion": "1.0.0"
-    "scalaVersion:" "2.11"
+    "fullDotVersion": "1.0.0",
+    "scalaVersion": "2.11"
 };