aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-04-19 19:39:04 -0700
committerGravatar Yifei Feng <yifeif@google.com>2018-04-19 19:39:04 -0700
commitb1f78498659bd17c2d897a224eb19476d1efce60 (patch)
treedccb2ba37396e2980c098e9d2ea4bc1668ca6f9c /tensorflow/java
parenta734919fd8fd6d74edf1e7c3abec3ee11fec83fd (diff)
parentb001827146ff95c9e0ce5668c85d8cc2daf6b78d (diff)
Merge commit for internal changes
Diffstat (limited to 'tensorflow/java')
-rw-r--r--tensorflow/java/src/gen/cc/source_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/java/src/gen/cc/source_writer.h b/tensorflow/java/src/gen/cc/source_writer.h
index 637072c0df..f011acd30a 100644
--- a/tensorflow/java/src/gen/cc/source_writer.h
+++ b/tensorflow/java/src/gen/cc/source_writer.h
@@ -61,7 +61,7 @@ class SourceWriter {
// The data might potentially contain newline characters, therefore it will
// be scanned to ensure that each line is indented and prefixed properly,
// making it a bit slower than Append().
- SourceWriter& Write(const StringPiece& text);
+ SourceWriter& Write(const StringPiece& str);
// Writes a source code snippet read from a file.
//