~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to javax/swing/undo/StateEdit.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
   * System (RCS).  This certainly should not be part of the API
105
105
   * specification. But in order to be API-compatible with
106
106
   * Sun&#x2019;s reference implementation, GNU Classpath also has to
107
 
   * provide this field. However, we do not try to match its value.
 
107
   * provide this field and match its value. The value used here has
 
108
   * been in every JDK release at least from 1.2 to 1.5.
108
109
   */
109
 
  protected static final String RCSID = "";
 
110
  protected static final String RCSID = "$" +
 
111
    "Id: StateEdit.java,v 1.6 1997/10/01 20:05:51 sandipc Exp $";
110
112
 
111
113
 
112
114
  /**