Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit 3b1df48

Browse files
committed
Fix NameValuePair package.
koush#411
1 parent bbd8436 commit 3b1df48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AndroidAsync/src/com/koushikdutta/async/http/NameValuePair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
*/
3131

32-
package org.apache.http;
32+
package com.koushikdutta.async.http;
3333

3434
/**
3535
* A simple class encapsulating an attribute/value pair.

0 commit comments

Comments
 (0)