Code style changes.

This commit is contained in:
MobiusDev
2016-04-26 19:21:19 +00:00
parent 6a13705766
commit fc070c9238
768 changed files with 3338 additions and 4252 deletions

View File

@@ -196,7 +196,7 @@ public class Q00455_WingsOfSand extends Quest
* Reward the player.
* @param qs the quest state of the player to reward
*/
private static final void giveItems(QuestState qs)
private static void giveItems(QuestState qs)
{
final L2PcInstance player = qs.getPlayer();
int chance;