Author: britter
Date: Tue Oct 3 17:43:26 2017
New Revision: 1811017
URL: http://svn.apache.org/viewvc?rev=1811017&view=rev
Log:
BCEL-294: Incorrect comment in StackMap.java. Thanks to Mark Roberts
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMap.java
Modified: commons/proper/bcel/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1811017&r1=1811016&r2=1811017&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Tue Oct 3
17:43:26 2017
@@ -63,6 +63,7 @@ The <action> type attribute can be add,u
<body>
<release version="6.2" date="tba" description="tba">
+ <action issue="BCEL-294" type="fix" dev="britter" due-to="Mark
Roberts">Incorrect comment in StackMap.java</action>
</release>
<release version="6.1" date="2017-09-14" description="Experimental Java 9
Support">
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMap.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMap.java?rev=1811017&r1=1811016&r2=1811017&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMap.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMap.java
Tue Oct 3 17:43:26 2017
@@ -74,7 +74,7 @@ public final class StackMap extends Attr
/**
- * Dump line number table attribute to file stream in binary format.
+ * Dump stack map table attribute to file stream in binary format.
*
* @param file Output file stream
* @throws IOException