This commit is contained in:
crusader 2018-06-15 15:07:57 +09:00
parent bf7a61b9bf
commit 5cc57b651f
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.77-SNAPSHOT</version> <version>1.0.78-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name> <name>com.loafle.overflow.commons-java</name>
<properties> <properties>

View File

@ -46,7 +46,7 @@ public class InfraService extends Infra {
} }
@ManyToOne @ManyToOne
@JoinColumn(name = "META_PORT_TYPE_ID", nullable = true) @JoinColumn(name = "META_CRYPTO_TYPE_ID", nullable = true)
public MetaCryptoType getMetaCryptoType() { public MetaCryptoType getMetaCryptoType() {
return metaCryptoType; return metaCryptoType;
} }