Skip to content

Commit

Permalink
- Removed LICENSE.txt as it's in every class already.
Browse files Browse the repository at this point in the history
% Refactored location of ReflectASM internally.
  • Loading branch information
draknyte1 committed Mar 6, 2019
1 parent c519299 commit 44cf2fb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 15 deletions.
10 changes: 0 additions & 10 deletions src/main/java/com/esotericsoftware/reflectasm/LICENSE.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

package com.esotericsoftware.reflectasm;
package net.alkalus.lib.reflectasm;

import java.lang.ref.WeakReference;
import java.lang.reflect.Method;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

package com.esotericsoftware.reflectasm;
package net.alkalus.lib.reflectasm;

import static org.objectweb.asm.Opcodes.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

package com.esotericsoftware.reflectasm;
package net.alkalus.lib.reflectasm;

import static org.objectweb.asm.Opcodes.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

package com.esotericsoftware.reflectasm;
package net.alkalus.lib.reflectasm;

import static org.objectweb.asm.Opcodes.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

package com.esotericsoftware.reflectasm;
package net.alkalus.lib.reflectasm;

public abstract class PublicConstructorAccess extends ConstructorAccess {

Expand Down

0 comments on commit 44cf2fb

Please sign in to comment.