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:")) {