mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02: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:
parent
b2199387f6
commit
3181ff0d1a
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue