tweak some comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2277 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-01-03 19:50:52 +00:00
parent 11e21ba18e
commit 7b13eaa025
1 changed files with 2 additions and 3 deletions

View File

@ -25,8 +25,7 @@ import com.ibm.wala.util.debug.Assertions;
import com.ibm.wala.util.debug.Trace; import com.ibm.wala.util.debug.Trace;
/** /**
* * A {@link ClassTargetSelector} that looks up the declared type of a {@link NewSiteReference}
* A ClassTargetSelector that looks up the declared type of a {@link NewSiteReference}
* based on bypass rules. * based on bypass rules.
* *
* @author dolby * @author dolby
@ -36,7 +35,7 @@ public class BypassClassTargetSelector implements ClassTargetSelector {
private static final boolean DEBUG = false; private static final boolean DEBUG = false;
/** /**
* Set of TypeReference that should be considered allocatable * Set of {@link TypeReference} that should be considered allocatable
*/ */
private final Set<TypeReference> allocatableTypes; private final Set<TypeReference> allocatableTypes;