This commit is contained in:
Lucio Lelii 2018-12-17 13:55:35 +00:00
parent 7596c477c4
commit d0162a75f4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package org.gcube.common.storagehub.model;
public class Constants {
public static final String enchriptedPrefix = "E_";
public static final String versionPrefix = "_v";
}