Просмотр исходного кода

visibility change

tags/PRE_ANDY
aclement 19 лет назад
Родитель
Сommit
a8a18ef640
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      testing-util/src/org/aspectj/testing/util/TestUtil.java

+ 2
- 2
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,

Загрузка…
Отмена
Сохранить