Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / InterceptedRequestData.java
index fcb0cea..da48833 100644 (file)
@@ -14,7 +14,7 @@ import java.io.InputStream;
  * The response information that is to be returned for a particular resource fetch.
  */
 @JNINamespace("xwalk")
-public class InterceptedRequestData {
+class InterceptedRequestData {
     private String mMimeType;
     private String mCharset;
     private InputStream mData;