Disabled optimize imports on the fly for the specified classes

Flatbuffers files were being modified by IntelliJ before committing
This commit is contained in:
Collin Smith
2020-06-04 20:16:02 -07:00
parent 83a95e35fc
commit 4bef27052c
7 changed files with 28 additions and 35 deletions

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.bncs; package com.riiablo.net.packet.bncs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class BNCS extends Table { public final class BNCS extends Table {

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.d2gs; package com.riiablo.net.packet.d2gs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class BeltToCursor extends Table { public final class BeltToCursor extends Table {

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.d2gs; package com.riiablo.net.packet.d2gs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class ClassP extends Table { public final class ClassP extends Table {

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.d2gs; package com.riiablo.net.packet.d2gs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class CofAlphasP extends Table { public final class CofAlphasP extends Table {

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.d2gs; package com.riiablo.net.packet.d2gs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class Connection extends Table { public final class Connection extends Table {

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.d2gs; package com.riiablo.net.packet.d2gs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class EntitySync extends Table { public final class EntitySync extends Table {

View File

@ -2,11 +2,10 @@
package com.riiablo.net.packet.d2gs; package com.riiablo.net.packet.d2gs;
import com.google.flatbuffers.FlatBufferBuilder; import java.nio.*;
import com.google.flatbuffers.Table; import java.lang.*;
import java.util.*;
import java.nio.ByteBuffer; import com.google.flatbuffers.*;
import java.nio.ByteOrder;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public final class ItemP extends Table { public final class ItemP extends Table {