cmsdk: Temporary build fixes

Change-Id: I18a1aa9ade95de63fe18eaaeca388b118c8ffe8c
This commit is contained in:
Adnan Begovic
2015-10-09 13:43:51 -07:00
parent a79a53b8ea
commit fe7a368a69
7 changed files with 28 additions and 21 deletions

View File

@@ -32,6 +32,7 @@ public class ThemeVersion {
private static final int CM11 = 1;
private static final int CM12_PRE_VERSIONING = 2;
/*
public static int getVersion() {
int version;
try {
@@ -203,4 +204,5 @@ public class ThemeVersion {
return new ComponentVersion(id, component, name, minVersion, targetVersion);
}
}
*/
}