--- old/src/share/classes/com/sun/jdi/connect/ListeningConnector.java 2018-10-03 22:02:43.569133955 -0700 +++ new/src/share/classes/com/sun/jdi/connect/ListeningConnector.java 2018-10-03 22:02:43.348112894 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -43,8 +43,8 @@ * {@link #startListening} may allow * multiple target VM to become connected. * - * @return true if multiple connections are supported; - * false otherwise. + * @return {@code true} if multiple connections are supported; + * {@code false} otherwise. */ boolean supportsMultipleConnections(); @@ -69,7 +69,7 @@ * {@link #accept} (using the same argument map as is passed to this * method). *

- * If arguments contains addressing information. and + * If {@code arguments} contains addressing information and * only one connection will be accepted, the {@link #accept accept} method * can be called immediately without calling this method. *