From 80792c686da69f9acd66e27dc3e27d0b160d5aef Mon Sep 17 00:00:00 2001 From: Kulakov Date: Thu, 30 Jan 2025 17:07:57 +0100 Subject: [PATCH] add missing period in a property file GitOrigin-RevId: c9d1c49f154288213610a4eb60c833ed117b8b7b --- .../impl/resources/messages/VMOptionsBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/execution/impl/resources/messages/VMOptionsBundle.properties b/java/execution/impl/resources/messages/VMOptionsBundle.properties index b0a47aa447cd..5a0326d58454 100644 --- a/java/execution/impl/resources/messages/VMOptionsBundle.properties +++ b/java/execution/impl/resources/messages/VMOptionsBundle.properties @@ -34,7 +34,7 @@ vm.option.showSettings.properties.description=Shows all property settings and co vm.option.showSettings.vm.description=Shows all vm related settings and continue. vm.option.showSettings.system.description=(Linux Only) Shows host system or container configuration and continue. vm.option.ss.description=Sets the java thread stack size The actual size may be rounded up to a multiple of the system page size as required by the operating system. -vm.option.verify.description=Sets the mode of the bytecode verifier Note that option -Xverify:none is deprecated and may be removed in a future release. +vm.option.verify.description=Sets the mode of the bytecode verifier. Note that option -Xverify:none is deprecated and may be removed in a future release. vm.option.bootclasspath.description=Sets the search path for bootstrap classes and resources. vm.option.bootclasspath.p.description=Prepends in front of the bootstrap class path. vm.option.incgc.description=Enables incremental garbage collection.