Cherry-pick: ticket:11989: API doc fix

http://bugs.icu-project.org/trac/changeset/38214

Change-Id: I688b30010f109c92bafc11ee733baab32edfeb94
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java b/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java
index 07f3a50..f03561e 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/text/Bidi.java
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-*   Copyright (C) 2001-2014, International Business Machines
+*   Copyright (C) 2001-2016, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 */
@@ -150,11 +150,6 @@
  * <li>{@link #OPTION_STREAMING}
  * </ul>
  *
- *
- * @author Simon Montagu, Matitiahu Allouche (ported from C code written by Markus W. Scherer)
- * @stable ICU 3.8
- *
- *
  * <h4> Sample code for the ICU Bidi API </h4>
  *
  * <h5>Rendering a paragraph with the ICU Bidi API</h5>
@@ -428,6 +423,9 @@
  *  }
  *
  * </pre>
+ *
+ * @author Simon Montagu, Matitiahu Allouche (ported from C code written by Markus W. Scherer)
+ * @stable ICU 3.8
  */
 
 /*