Changeset 26


Ignore:
Timestamp:
Jul 3, 2008, 5:05:23 PM (16 years ago)
Author:
waue
Message:

No any Warnning
@SuppressWarnings?("unused")
Just let it no more warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/hadoop-0.16/tw/org/nchc/tuple/HashMapWritable.java

    r21 r26  
    1111
    1212import org.apache.hadoop.io.Writable;
    13 
     13@SuppressWarnings("unchecked")
    1414public class HashMapWritable<K extends Writable, V extends Writable> extends HashMap<K, V> implements
    1515        Writable {
     
    4040   *            source for raw byte representation
    4141   */
     42
    4243  public void readFields(DataInput in) throws IOException {
    4344   
Note: See TracChangeset for help on using the changeset viewer.