Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a81b83e authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am 9d25fcae: am 4fb79d14: Merge "Fix comment according to review." automerge: ff6cebf0

* commit '9d25fcae':
  Fix comment according to review.
parents 151eadfd 9d25fcae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {