1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-18 20:40:58 +03:00

Add MockSink to the 1.5 branch.

This commit is contained in:
Jesse Wilson
2014-03-11 22:50:20 -04:00
parent 74f568dda9
commit ae9dff7abe

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package okio;
package com.squareup.okhttp.internal.okio;
import java.io.IOException;
import java.util.ArrayList;