From 7b13eaa0253cab46ef3fe3977ed4498a63b052a1 Mon Sep 17 00:00:00 2001 From: sjfink Date: Thu, 3 Jan 2008 19:50:52 +0000 Subject: [PATCH] tweak some comments git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2277 f5eafffb-2e1d-0410-98e4-8ec43c5233c4 --- .../ibm/wala/ipa/summaries/BypassClassTargetSelector.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/com.ibm.wala.core/src/com/ibm/wala/ipa/summaries/BypassClassTargetSelector.java b/com.ibm.wala.core/src/com/ibm/wala/ipa/summaries/BypassClassTargetSelector.java index 35aa248b8..0abc17a3d 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/ipa/summaries/BypassClassTargetSelector.java +++ b/com.ibm.wala.core/src/com/ibm/wala/ipa/summaries/BypassClassTargetSelector.java @@ -25,8 +25,7 @@ import com.ibm.wala.util.debug.Assertions; import com.ibm.wala.util.debug.Trace; /** - * - * A ClassTargetSelector that looks up the declared type of a {@link NewSiteReference} + * A {@link ClassTargetSelector} that looks up the declared type of a {@link NewSiteReference} * based on bypass rules. * * @author dolby @@ -36,7 +35,7 @@ public class BypassClassTargetSelector implements ClassTargetSelector { 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 allocatableTypes;