root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/dataholders/DataLoader.java

15021506
109
		try
109
		try
110
		{
110
		{
111
			it = FileUtils.lineIterator(file);
111
			it = FileUtils.lineIterator(file);
112
			for(String line = it.nextLine(); it.hasNext();)
112
			while(it.hasNext())
113
			{
113
			{
114
				String line = it.nextLine(); 
114
				if(line.isEmpty() || line.startsWith("#"))
115
				if(line.isEmpty() || line.startsWith("#"))
115
				{
116
				{
116
					continue;
117
					continue;