You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/09/06 18:23:52 UTC

[commons-bcel] branch master updated: "@exception" -> "@throws"

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fe54c0  "@exception" -> "@throws"
8fe54c0 is described below

commit 8fe54c05b553976d00d5b406499d5b0272598058
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 6 14:23:49 2021 -0400

    "@exception" -> "@throws"
---
 src/main/java/org/apache/bcel/classfile/LocalVariable.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/classfile/LocalVariable.java b/src/main/java/org/apache/bcel/classfile/LocalVariable.java
index 7f38878..7453855 100644
--- a/src/main/java/org/apache/bcel/classfile/LocalVariable.java
+++ b/src/main/java/org/apache/bcel/classfile/LocalVariable.java
@@ -133,7 +133,7 @@ public final class LocalVariable implements Cloneable, Node, Constants {
      * Dumps local variable to file stream in binary format.
      *
      * @param dataOutputStream Output file stream
-     * @exception IOException if an I/O error occurs.
+     * @throws IOException if an I/O error occurs.
      * @see java.io.FilterOutputStream#out
      */
     public void dump(final DataOutputStream dataOutputStream) throws IOException {