mirror of
https://github.com/google/nomulus
synced 2026-01-03 03:35:42 +00:00
Re-add hello.xml file (#147)
* Re-add hello.xml file Apparently it was lost during the great refactoring. * Remove hello.xml from test resources
This commit is contained in:
@@ -134,7 +134,7 @@ public class EppProtocolModule {
|
|||||||
@Named("hello")
|
@Named("hello")
|
||||||
static byte[] provideHelloBytes() {
|
static byte[] provideHelloBytes() {
|
||||||
try {
|
try {
|
||||||
return readResourceBytes(EppProtocolModule.class, "resources/hello.xml").read();
|
return readResourceBytes(EppProtocolModule.class, "hello.xml").read();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
throw new RuntimeException("Cannot read EPP <hello> message file.", e);
|
throw new RuntimeException("Cannot read EPP <hello> message file.", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user