~ubuntu-branches/ubuntu/utopic/aspectj/utopic

« back to all changes in this revision

Viewing changes to org.aspectj/modules/bcel-builder/src/org/aspectj/apache/bcel/generic/IF_ACMPNE.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch, Michael Koch, Thomas Girard, Mark Howard
  • Date: 2008-01-05 23:31:47 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080105233147-r425rd8nymruj6fk
Tags: 1.5.4-1
[ Michael Koch ]
* New upstream version. Closes: #459363
* Updated Standards-Version to 3.7.3.
* Added myself to Uploaders.

[ Thomas Girard ]
* Add Homepage: control field, and convert XS-Vcs-* to Vcs-*.

[ Mark Howard ]
* debian/watch: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 *
60
60
 * <PRE>Stack: ..., value1, value2 -&gt; ...</PRE>
61
61
 *
62
 
 * @version $Id: IF_ACMPNE.java,v 1.2 2004/11/19 16:45:19 aclement Exp $
 
62
 * @version $Id: IF_ACMPNE.java,v 1.4 2007/02/15 14:43:13 aclement Exp $
63
63
 * @author  <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
64
64
 */
65
65
public class IF_ACMPNE extends IfInstruction {