[flaptor-util] r205 committed - Making the getURI method of ParseOutput public.

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 10, 2009, 6:04:30 PM11/10/09
to flaptor-o...@googlegroups.com
Revision: 205
Author: alejandrojorgeperez
Date: Tue Nov 10 15:03:38 2009
Log: Making the getURI method of ParseOutput public.

http://code.google.com/p/flaptor-util/source/detail?r=205

Modified:
/trunk/src/com/flaptor/util/parser/ParseOutput.java

=======================================
--- /trunk/src/com/flaptor/util/parser/ParseOutput.java Thu Jun 4 12:29:34
2009
+++ /trunk/src/com/flaptor/util/parser/ParseOutput.java Tue Nov 10 15:03:38
2009
@@ -147,7 +147,7 @@
}

// This method tries to create an URI from a possibly
malformed url.
- private static URI getURI(String url) throws URISyntaxException {
+ public static URI getURI(String url) throws URISyntaxException {
URI uri = null;
url = url.trim();
if (url.startsWith("file:") || url.startsWith("javascript:")) {

Reply all
Reply to author
Forward
0 new messages