mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15: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")
|
||||
static byte[] provideHelloBytes() {
|
||||
try {
|
||||
return readResourceBytes(EppProtocolModule.class, "resources/hello.xml").read();
|
||||
return readResourceBytes(EppProtocolModule.class, "hello.xml").read();
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException("Cannot read EPP <hello> message file.", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user