blob: 0c1d5fc90628c5f2099709560acea0d722ded138 [file] [log] [blame]
package com.temp.test;
public class Database
{
private Database(String fileName)
{
readConfig(fileName, "asdfasdf", 1);
readConfig(ame, "aasdf", 1);
Database::readConfig(fileName, "asdfasdf", 1);
Database::readConfig(ame, "aasdf", 1);
::readConfig(fileName, "asdfasdf", 1);
::readConfig(ame, "aasdf", 1);
}
}