Skip to content

Commit

Permalink
fix javadoc warning: Tag @author cannot be used in method documentation.
Browse files Browse the repository at this point in the history
It can only be used in the following types of documentation: overview,
module, package, class/interface.
  • Loading branch information
EcljpseB0T authored and jukzi committed Sep 18, 2024
1 parent 3ff65fb commit 1dab088
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ public static ClassFileReader read(File file, boolean fullyInitialize) throws Cl
/**
* <strong>PROVISIONAL</strong>: This has been re-introduced not to break Xtext (see
* <a href="https://github.com/eclipse/xtext/issues/3089">https://github.com/eclipse/xtext/issues/3089</a>).
*
* @author Lorenzo Bettini
* <br>
* Author: Lorenzo Bettini
*/
public static ClassFileReader read(InputStream stream, String fileName) throws ClassFormatException, IOException {
return read(Util.getInputStreamAsByteArray(stream), fileName);
Expand Down

0 comments on commit 1dab088

Please sign in to comment.