diff options
author | aclement <aclement> | 2005-04-19 10:46:13 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-04-19 10:46:13 +0000 |
commit | a8a18ef6408155b479c260e8ecea4b2fc847931d (patch) | |
tree | 4564412082f60c7befd9693b25ebf5a4a724eefa /testing-util/src | |
parent | 9dee725b91c257b3496db4c9e35243a80c606137 (diff) | |
download | aspectj-a8a18ef6408155b479c260e8ecea4b2fc847931d.tar.gz aspectj-a8a18ef6408155b479c260e8ecea4b2fc847931d.zip |
visibility change
Diffstat (limited to 'testing-util/src')
-rw-r--r-- | testing-util/src/org/aspectj/testing/util/TestUtil.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing-util/src/org/aspectj/testing/util/TestUtil.java b/testing-util/src/org/aspectj/testing/util/TestUtil.java index 055442754..c6b4aa33b 100644 --- a/testing-util/src/org/aspectj/testing/util/TestUtil.java +++ b/testing-util/src/org/aspectj/testing/util/TestUtil.java @@ -261,7 +261,7 @@ public final class TestUtil { * @param actualFile the File path to the actual file, if any * @return true if the input files are the same, based on per-line comparisons */ - static boolean sameFiles ( + public static boolean sameFiles ( IMessageHandler handler, File expectedFile, File actualFile) { @@ -280,7 +280,7 @@ public final class TestUtil { * @param path the String path offset from the base directories * @return true if the input files are the same, based on per-line comparisons */ - static boolean sameFiles ( + public static boolean sameFiles ( IMessageHandler handler, File expectedBaseDir, File actualBaseDir, |