Skip to content

Commit

Permalink
Fix compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu committed Sep 4, 2013
1 parent 97c8f4b commit 4f5bf71
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,16 +495,7 @@ public void setDataType( int type )
{
this.dataType = type;
}

/**
*
* @param type
*/
public void setType( int type )
{
this.type = type;
}


/**
*
* @return
Expand Down

0 comments on commit 4f5bf71

Please sign in to comment.