From 525a70ecf3e81ac0bb3c5a48c6ea1850ee2c0b59 Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 23 Mar 2009 02:29:56 +0000 Subject: [PATCH] generalize report API to cover resources and outjar --- .../org/aspectj/ajde/core/TestOutputLocationManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java b/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java index d6ed0e241..941a21212 100644 --- a/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java +++ b/ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java @@ -79,10 +79,10 @@ public class TestOutputLocationManager implements IOutputLocationManager { return null; } - public void reportClassFileWrite(String outputfile) { + public void reportFileWrite(String outputfile, int filetype) { } - public void reportClassFileRemove(String outputfile) { + public void reportFileRemove(String outputfile, int filetype) { } } -- 2.39.5