Repository: flex-falcon Updated Branches: refs/heads/develop b26f99431 -> ceb109140
FB now seems to want this method Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ceb10914 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ceb10914 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ceb10914 Branch: refs/heads/develop Commit: ceb10914074b18ee0d432cc38363c4159a66efcd Parents: b26f994 Author: Alex Harui <[email protected]> Authored: Tue Jul 28 22:29:20 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Jul 28 22:29:20 2015 -0700 ---------------------------------------------------------------------- flex-compiler-oem/src/flex2/tools/oem/ApplicationCache.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ceb10914/flex-compiler-oem/src/flex2/tools/oem/ApplicationCache.java ---------------------------------------------------------------------- diff --git a/flex-compiler-oem/src/flex2/tools/oem/ApplicationCache.java b/flex-compiler-oem/src/flex2/tools/oem/ApplicationCache.java index 7a3b2ea..552564a 100644 --- a/flex-compiler-oem/src/flex2/tools/oem/ApplicationCache.java +++ b/flex-compiler-oem/src/flex2/tools/oem/ApplicationCache.java @@ -32,6 +32,10 @@ package flex2.tools.oem; * @since 4.5 * @author Paul Reilly */ -public class ApplicationCache +public class ApplicationCache { + public void clear() + { + + } }
