Skip to content
Snippets Groups Projects
Commit f09054d1 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#598 - renamed method

parent 028cc1a9
Branches
Tags
No related merge requests found
......@@ -8,5 +8,5 @@ public interface BackupDatabase
BackupDatabase upgrade();
Database convert();
Database convertToInternal();
}
......@@ -102,7 +102,7 @@ public class BackupDatabase_v4 implements BackupDatabase
}
@Override
public Database convert()
public Database convertToInternal()
{
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment