src/jdk.jshell/share/classes/jdk/jshell/MethodSnippet.java
changeset 54952 a978d86ac389
parent 49416 f14852315495
--- 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 {