From e2b7f93d118aa76d1c6c4bfd48c9b7a38a03479b Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 6 Oct 2010 01:27:15 +0000 Subject: [PATCH] fixup --- core/java/src/net/i2p/util/EepGet.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/src/net/i2p/util/EepGet.java b/core/java/src/net/i2p/util/EepGet.java index ace31ab720..5b3f25c192 100644 --- a/core/java/src/net/i2p/util/EepGet.java +++ b/core/java/src/net/i2p/util/EepGet.java @@ -55,11 +55,11 @@ public class EepGet { protected long _bytesTransferred; protected long _bytesRemaining; protected int _currentAttempt; - private String _etag; - private String _lastModified; + protected String _etag; + protected String _lastModified; protected boolean _encodingChunked; protected boolean _notModified; - private String _contentType; + protected String _contentType; protected boolean _transferFailed; protected boolean _headersRead; protected boolean _aborted; -- GitLab