Show
Ignore:
Timestamp:
01/06/09 11:28:57 (11 months ago)
Author:
dr2chase
Message:

[repository, ffi] Generated APIs now use proper import syntax, seem to pass static checking

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/src/com/sun/fortress/useful/UsefulPLT.java

    r3134 r3291  
    11/******************************************************************************* 
    2     Copyright 2008 Sun Microsystems, Inc., 
     2    Copyright 2009 Sun Microsystems, Inc., 
    33    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    44    All rights reserved. 
     
    109109                public void addInverse(Map<V, K> m) { error(); } 
    110110                public Set<V> putItem(K k, V v) { return error(); } 
    111                 public Set<V> putItems(K k, Set<V> vs) { return error(); } 
     111                public Set<V> putItems(K k, Collection<V> vs) { return error(); } 
    112112                public Set<V> removeItem(K k, V v) { return error(); } 
     113                public Set<V> putKey(K k) {return error();} 
    113114                }; 
    114115        }