jdk/src/share/classes/java/lang/invoke/MethodHandles.java
changeset 24367 705490680527
parent 23898 941817398760
child 24572 5c9e5961d21c
--- a/jdk/src/share/classes/java/lang/invoke/MethodHandles.java	Fri May 09 15:24:57 2014 +0200
+++ b/jdk/src/share/classes/java/lang/invoke/MethodHandles.java	Mon May 12 14:12:33 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2014, 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
@@ -50,7 +50,7 @@
  * <li>Combinator methods, which combine or transform pre-existing method handles into new ones.
  * <li>Other factory methods to create method handles that emulate other common JVM operations or control flow patterns.
  * </ul>
- * <p>
+ *
  * @author John Rose, JSR 292 EG
  * @since 1.7
  */