Presto general session properties in https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/admin/properties-session.rst#general-properties contains Java worker only session properties. These should be separated out into another document (ref:[JavaWorkerSessionPropertyProvider.java](https://github.com/prestodb/presto/blob/master/presto-main-base/src/main/java/com/facebook/presto/sessionpropertyproviders/JavaWorkerSessionPropertyProvider.java)), similar to the one for Presto C++ session properties (https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/presto_cpp/properties-session.rst). ## Additional context https://github.com/prestodb/presto/pull/26348#issuecomment-3543741475 cc: @steveburnett