Skip to content

Commit a1efd2c

Browse files
joewizadamretter
authored andcommitted
Align EXPath HTTP Client ns prefix with spec
1 parent e0282b1 commit a1efd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/expath/src/main/java/org/expath/exist/HttpClientModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class HttpClientModule extends AbstractInternalModule {
3636

3737
public final static String NAMESPACE_URI = HttpConstants.HTTP_CLIENT_NS_URI;
3838

39-
public final static String PREFIX = HttpConstants.HTTP_CLIENT_NS_PREFIX;
39+
public final static String PREFIX = "http";
4040
public final static String INCLUSION_DATE = "2011-03-17";
4141
public final static String RELEASED_IN_VERSION = "1.5";
4242

0 commit comments

Comments
 (0)