am 4fb79d14: Merge "Fix comment according to review."

automerge: ff6cebf

* commit 'ff6cebf0a65f9d6e20497295a1a9c290df85052b':
  Fix comment according to review.
This commit is contained in:
Christopher Ferris
2015-02-04 19:29:56 +00:00
committed by android-build-merger

View File

@@ -800,7 +800,7 @@ class ZygoteConnection {
if (args.niceName != null) {
String property = "wrap." + args.niceName;
if (property.length() > 31) {
// Avoid creating an illegal property name when truncating.
// Properties with a trailing "." are illegal.
if (property.charAt(30) != '.') {
property = property.substring(0, 31);
} else {