added new HardinessZone for testing
This commit is contained in:
parent
9fa4762b9c
commit
fb237e47c0
|
@ -5,5 +5,6 @@ package ch.zhaw.gartenverwaltung.types;
|
||||||
* (Subject to later expansion)
|
* (Subject to later expansion)
|
||||||
*/
|
*/
|
||||||
public enum HardinessZone {
|
public enum HardinessZone {
|
||||||
|
ZONE_1A,
|
||||||
ZONE_8A
|
ZONE_8A
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue