Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblum authored Dec 18, 2024
1 parent ce42442 commit 91757f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class IprscanMain {
private static String databasePath = null;
private static String databaseUrl = null;
private static boolean verbose = false;
private static maxProteins = 0;
private static int maxProteins = 0;

public static void main(String[] args) {
parseArgs(args);
Expand Down

0 comments on commit 91757f4

Please sign in to comment.