< prev index next >
src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/IDIV.java
Print this page
@@ -1,8 +1,7 @@
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
- * @LastModified: Oct 2017
*/
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
@@ -26,10 +25,11 @@
/**
* IDIV - Divide ints
* <PRE>Stack: ..., value1, value2 -> result</PRE>
*
* @version $Id: IDIV.java 1747278 2016-06-07 17:28:43Z britter $
+ * @LastModified: Oct 2017
*/
public class IDIV extends ArithmeticInstruction implements ExceptionThrower {
/** Divide ints
*/
< prev index next >