This commit is contained in:
crusader 2018-06-11 22:18:05 +09:00
parent 31010fc053
commit 68c3cee25e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId> <groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId> <artifactId>commons-java</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.37-SNAPSHOT</version> <version>1.0.38-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name> <name>com.loafle.overflow.commons-java</name>
<properties> <properties>

View File

@ -36,7 +36,7 @@ public class InfraHostDaemon {
} }
@Basic @Basic
@Column(name = "META", nullable = true) @Column(name = "NAME", nullable = true)
public String getName() { public String getName() {
return name; return name;
} }