mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Disable warnings for generated classes.
This commit is contained in:
committed by
Andreas Schildbach
parent
3c9d1c5506
commit
abffd1927e
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.bitcoin.crawler;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
public final class PeerSeedProtos {
|
||||
private PeerSeedProtos() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.bitcoin.paymentchannel;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
public final class Protos {
|
||||
private Protos() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.bitcoin.protocols.payments;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
public final class Protos {
|
||||
private Protos() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.bitcoinj.protocols.channels;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
public final class ClientState {
|
||||
private ClientState() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.bitcoinj.protocols.channels;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
public final class ServerState {
|
||||
private ServerState() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
package org.bitcoinj.wallet;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
public final class Protos {
|
||||
private Protos() {}
|
||||
public static void registerAllExtensions(
|
||||
|
||||
Reference in New Issue
Block a user