File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Parse/src/main/java/com/parse Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717import java .io .UnsupportedEncodingException ;
1818
1919/** package */ class ParseByteArrayHttpBody extends ParseHttpBody {
20- protected final byte [] content ;
21- protected final InputStream contentInputStream ;
20+ /* package */ final byte [] content ;
21+ /* package */ final InputStream contentInputStream ;
2222
2323 public ParseByteArrayHttpBody (String content , String contentType )
2424 throws UnsupportedEncodingException {
Original file line number Diff line number Diff line change 1818 */
1919public abstract class ParseHttpBody {
2020
21- protected final String contentType ;
22- protected final long contentLength ;
21+ private final String contentType ;
22+ private final long contentLength ;
2323
2424 /**
2525 * Returns the content of this body.
You can’t perform that action at this time.
0 commit comments