We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfd3b2 commit 396b904Copy full SHA for 396b904
1 file changed
library/src/main/java/com/proxerme/library/util/SerializableHttpCookie.java
@@ -1,4 +1,4 @@
1
-package com.proxerme.library.util;/*
+/*
2
* Copyright (c) 2011 James Smith <james@loopj.com>
3
* Copyright (c) 2015 Fran Montiel
4
*
@@ -15,6 +15,8 @@
15
* limitations under the License.
16
*/
17
18
+package com.proxerme.library.util;
19
+
20
import android.util.Log;
21
22
import java.io.ByteArrayInputStream;
0 commit comments