commit | ca1abf6e588403162c2726a7dcadcc3047ea3342 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sun Oct 23 04:16:48 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Oct 23 04:16:48 2022 +0000 |
tree | 575aaaac111987fd3803d7b025d447d3865424a6 | |
parent | 14dbdf84a0c5b30d70125fd19f9a644cce84f005 [diff] | |
parent | e1e0ac2a086f2d189fc86958d4bfcd7727f1d395 [diff] |
Merge "clarify setProtectedVm req message"
diff --git a/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java b/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java index 9f62579..4002658 100644 --- a/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java +++ b/javalib/src/android/system/virtualmachine/VirtualMachineConfig.java
@@ -352,7 +352,7 @@ } if (!mProtectedVmSet) { - throw new IllegalStateException("protectedVm must be set explicitly"); + throw new IllegalStateException("setProtectedVm(t/f) must be called explicitly"); } if (mProtectedVm