changed the package name to the domain name
This commit is contained in:
11
src/de/geofroggerfx/service/SortDirection.java
Normal file
11
src/de/geofroggerfx/service/SortDirection.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package de.geofroggerfx.service;
|
||||
|
||||
/**
|
||||
* direction of sorting
|
||||
*
|
||||
* @author abi
|
||||
*/
|
||||
public enum SortDirection {
|
||||
ASC,
|
||||
DESC
|
||||
}
|
||||
Reference in New Issue
Block a user