mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 00:29:21 +01:00
minor code formating fix
This commit is contained in:
@@ -82,6 +82,11 @@ public final class ConnectionFactory {
|
|||||||
* The password for the database.
|
* The password for the database.
|
||||||
*/
|
*/
|
||||||
private static String password = null;
|
private static String password = null;
|
||||||
|
/**
|
||||||
|
* Counter to ensure that calls to ensureSchemaVersion does not end up in an
|
||||||
|
* endless loop.
|
||||||
|
*/
|
||||||
|
private static int callDepth = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private constructor for this factory class; no instance is ever needed.
|
* Private constructor for this factory class; no instance is ever needed.
|
||||||
@@ -369,12 +374,6 @@ public final class ConnectionFactory {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Counter to ensure that calls to ensureSchemaVersion does not end up in an
|
|
||||||
* endless loop.
|
|
||||||
*/
|
|
||||||
private static int callDepth = 0;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Uses the provided connection to check the specified schema version within
|
* Uses the provided connection to check the specified schema version within
|
||||||
* the database.
|
* the database.
|
||||||
|
|||||||
Reference in New Issue
Block a user