Skip to content

Commit 1c1c4d7

Browse files
authored
Merge pull request Sefiraat#205 from balugaq/master
fix
2 parents 9388aa7 + 05598e2 commit 1c1c4d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.ytdd9527.networksexpansion</groupId>
88
<artifactId>NetworksExpansion</artifactId>
9-
<version>Special-Version-6</version>
9+
<version>Special-Version-7</version>
1010

1111
<distributionManagement>
1212
<repository>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.balugaq.netex.api.enums;
22

3-
public interface StorageType {
4-
StorageType BARREL = new StorageType() {};
5-
StorageType DRAWER = new StorageType() {};
3+
public enum StorageType {
4+
BARREL,
5+
DRAWER;
66
}

0 commit comments

Comments
 (0)