Skip to content

Commit

Permalink
line endings corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdiplomat committed Apr 7, 2015
1 parent 4ed046b commit 23c3c26
Show file tree
Hide file tree
Showing 8 changed files with 737 additions and 748 deletions.
13 changes: 1 addition & 12 deletions .gitignore
Expand Up @@ -133,15 +133,4 @@ Temporary Items
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

# CanaryMod/Minecraft directories
config/
crash-reports/
databases/
db/
lang/
logs/
plugins/
viutilslogs/
worlds/
.netrwhist
@@ -1,10 +1,10 @@
package net.canarymod.api.entity.living.monster;

/**
* Interface for distinguishing which mobs have ranged attack abilities.
*
* @author Aaron
*/
public interface RangedAttackMob {

}
package net.canarymod.api.entity.living.monster;

/**
* Interface for distinguishing which mobs have ranged attack abilities.
*
* @author Aaron
*/
public interface RangedAttackMob {

}

0 comments on commit 23c3c26

Please sign in to comment.