Small cleanup and fixed tests

This commit is contained in:
Ziver Koc 2021-07-11 23:07:14 +02:00
parent 6a81f5de16
commit 55ceb0bf34
4 changed files with 6 additions and 13 deletions

View file

@ -8,7 +8,7 @@ import java.sql.SQLException;
import java.util.logging.Logger;
/**
* The DB upgrade class for Hal-Core
* The DB upgrade class for Hal-Zigbee plugin
*/
public class ZigbeeHalDatabaseUpgrade extends HalDatabaseUpgrade {
private static final int REFERENCE_DB_VERSION = 1;