am 4fb79d14: Merge "Fix comment according to review."
* commit '4fb79d14bb6c81f72a92da85420090a05ec2c76d': Fix comment according to review.
This commit is contained in:
@@ -800,7 +800,7 @@ class ZygoteConnection {
|
|||||||
if (args.niceName != null) {
|
if (args.niceName != null) {
|
||||||
String property = "wrap." + args.niceName;
|
String property = "wrap." + args.niceName;
|
||||||
if (property.length() > 31) {
|
if (property.length() > 31) {
|
||||||
// Avoid creating an illegal property name when truncating.
|
// Properties with a trailing "." are illegal.
|
||||||
if (property.charAt(30) != '.') {
|
if (property.charAt(30) != '.') {
|
||||||
property = property.substring(0, 31);
|
property = property.substring(0, 31);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user