aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-04-18 18:04:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-18 18:07:30 -0700
commitf1fb08bbb70047af0c86cc440ccc0581e64fd85f (patch)
tree27937eda9bb5f6c390a06adcabd792725df8a86f /tensorflow/java
parentd4976f754009d084514f4308d3bfc7dc3a106e29 (diff)
Various lint fixes to TensorFlow detected after GitHub merge.
PiperOrigin-RevId: 193448139
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.
//