remove spaces

This commit is contained in:
Jyoti Wadhwani 2018-07-30 15:49:17 -07:00
parent f73635d51b
commit e6d8de3eea
2 changed files with 0 additions and 3 deletions

View File

@ -37,5 +37,4 @@ public class DataTypesViewDao extends BaseViewDao {
public List<Map<String, Object>> getAllPlatforms() throws Exception {
throw new UnsupportedOperationException("Operation not implemented");
}
}

View File

@ -71,6 +71,4 @@ public class AuthenticationManager {
}
}
}
}