/[classpath]/classpath/java/awt/dnd/DnDConstants.java
ViewVC logotype

Diff of /classpath/java/awt/dnd/DnDConstants.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ericb, Wed May 8 07:53:54 2002 UTC revision 1.2 by mkoch, Wed Jan 26 13:44:48 2005 UTC
# Line 1  Line 1 
1  /* DnDConstants.java -- constants for drag-and-drop operations  /* DnDConstants.java -- constants for drag-and-drop operations
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 69  public final class DnDConstants Line 69  public final class DnDConstants
69    
70    /** A synonym for {@link #ACTION_LINK}. */    /** A synonym for {@link #ACTION_LINK}. */
71    public static final int ACTION_REFERENCE = ACTION_LINK;    public static final int ACTION_REFERENCE = ACTION_LINK;
72  } // class DnDConstants  
73      private DnDConstants()
74      {
75        // Do nothing here.
76      }
77    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26