Skip to content

Commit 338a3d3

Browse files
committed
Merge branch 'DBTOOLS-1661_update_iloader' into 'master'
DBTOOLS-1661 updateed ILoader See merge request codekeeper/pgcodekeeper-core!256
2 parents 5c4b1db + e916cf3 commit 338a3d3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/pgcodekeeper/core/database/base/parser/FullAnalyze.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ private FullAnalyze(IDatabase db, MetaContainer meta, List<Object> errors) {
5555
*
5656
* @param db the database to analyze
5757
* @param errors list to collect analysis errors
58+
* @param version version of database
5859
* @throws InterruptedException if analysis is interrupted
5960
* @throws IOException if analysis fails
6061
*/

src/main/java/org/pgcodekeeper/core/database/base/schema/meta/MetaUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public final class MetaUtils {
3535
* Creates a metadata container from a database object.
3636
*
3737
* @param db the database object
38+
* @param version version of database
3839
* @return the metadata container with all database objects
3940
*/
4041
public static MetaContainer createTreeFromDb(IDatabase db, ISupportedVersion version) {

0 commit comments

Comments
 (0)