tweak comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3476 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2009-04-17 19:43:55 +00:00
parent a5b0143628
commit 39bbfeab5f
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@ public class SparseIntSet implements IntSet {
cloneState(S);
}
/**
* @param S
*/
private void cloneState(SparseIntSet S) {
if (S.elements != null) {
elements = S.elements.clone();