diff -r a73fe240da4a -r a978d86ac389 src/jdk.jshell/share/classes/jdk/jshell/MethodSnippet.java --- a/src/jdk.jshell/share/classes/jdk/jshell/MethodSnippet.java Mon May 20 15:18:00 2019 -0700 +++ b/src/jdk.jshell/share/classes/jdk/jshell/MethodSnippet.java Mon May 20 17:29:44 2019 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2019, 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 @@ -37,7 +37,7 @@ * and thus is thread-safe. * * @since 9 - * @jls 8.4: MethodDeclaration. + * @jls 8.4 Method Declarations */ public class MethodSnippet extends DeclarationSnippet {