From 71935d056276088ba25e8da3511574b0792d48d5 Mon Sep 17 00:00:00 2001 From: sjfink Date: Thu, 30 Apr 2009 12:44:08 +0000 Subject: [PATCH] comments git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3552 f5eafffb-2e1d-0410-98e4-8ec43c5233c4 --- .../ibm/wala/ipa/callgraph/AnalysisScope.java | 119 ++++++++---------- 1 file changed, 52 insertions(+), 67 deletions(-) diff --git a/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/AnalysisScope.java b/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/AnalysisScope.java index 14d969124..9513897ee 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/AnalysisScope.java +++ b/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/AnalysisScope.java @@ -51,8 +51,7 @@ import com.ibm.wala.util.strings.ImmutableByteArray; /** * Base class that represents a set of files to analyze. * - * The analysis scope is partitioned by class loader. There are three - * pre-defined class loader scopes: + * The analysis scope is partitioned by class loader. There are three pre-defined class loader scopes: *