jicarilla-sandbox/platform/components/http/api/src/java/org/jicarilla/http/util Base64.java,1.5,1.6
Leo Simons <[email protected]>
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/api/src/java/org/jicarilla/http/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18181/platform/components/http/api/src/java/org/jicarilla/http/util
Modified Files:
Base64.java
Log Message:
remove the HTTP prefix from nearly every class and interface. Less typing, cleaner reading :-D
Index: Base64.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/api/src/java/org/jicarilla/http/util/Base64.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Base64.java 23 Mar 2004 13:37:48 -0000 1.5
+++ Base64.java 9 Apr 2004 15:52:08 -0000 1.6
@@ -56,7 +56,7 @@
package org.jicarilla.http.util;
-import org.jicarilla.http.HTTPEncoding;
+import org.jicarilla.http.Encoding;
import org.jicarilla.lang.CascadingRuntimeException;
import java.io.UnsupportedEncodingException;
@@ -356,7 +356,7 @@
try
{
- return data.getBytes( HTTPEncoding.USASCII_CHARSET );
+ return data.getBytes( Encoding.USASCII_CHARSET );
}
catch( UnsupportedEncodingException uee )
{
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click