From abe80cc31d5a40ebed743085011fbcda0c1a9a10 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 23 Apr 2019 15:32:23 -0400 Subject: Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android --- .../thirdparty/org/json/simple/JSONStreamAware.java | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 mobile/android/thirdparty/org/json/simple/JSONStreamAware.java (limited to 'mobile/android/thirdparty/org/json/simple/JSONStreamAware.java') diff --git a/mobile/android/thirdparty/org/json/simple/JSONStreamAware.java b/mobile/android/thirdparty/org/json/simple/JSONStreamAware.java deleted file mode 100644 index c2287c459..000000000 --- a/mobile/android/thirdparty/org/json/simple/JSONStreamAware.java +++ /dev/null @@ -1,15 +0,0 @@ -package org.json.simple; - -import java.io.IOException; -import java.io.Writer; - -/** - * Beans that support customized output of JSON text to a writer shall implement this interface. - * @author FangYidong - */ -public interface JSONStreamAware { - /** - * write JSON string to out. - */ - void writeJSONString(Writer out) throws IOException; -} -- cgit v1.2.3