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

Commit dd8e5fbe authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks/base: Fix comment

Fix comment in ZygoteInit.

Change-Id: I853581c8d44ee52ee8e113c67ea68621643ecb39
parent fa147b5c
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -267,11 +267,11 @@ public class ZygoteInit {
                    if (false) {
                    if (false) {
                        Log.v(TAG, "Preloading " + line + "...");
                        Log.v(TAG, "Preloading " + line + "...");
                    }
                    }
                    // Load and explicitly initialize the given class. Use the tree-argument version
                    // Load and explicitly initialize the given class. Use
                    // of forName to avoid repeated stack lookups (to derive the caller's
                    // Class.forName(String, boolean, ClassLoader) to avoid repeated stack lookups
                    // class-loader). Use true to force initialization, and null for the boot
                    // (to derive the caller's class-loader). Use true to force initialization, and
                    // classpath class-loader (could as well cache the class-loader of this class in
                    // null for the boot classpath class-loader (could as well cache the
                    // a variable).
                    // class-loader of this class in a variable).
                    Class.forName(line, true, null);
                    Class.forName(line, true, null);
                    count++;
                    count++;
                } catch (ClassNotFoundException e) {
                } catch (ClassNotFoundException e) {