3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-13 10:45:51 +00:00

Disable warnings for generated classes.

This commit is contained in:
Carsten Otto 2015-07-04 20:20:38 +02:00 committed by Andreas Schildbach
parent 3c9d1c5506
commit abffd1927e
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
package org.bitcoin.crawler;
@SuppressWarnings("ALL")
public final class PeerSeedProtos {
private PeerSeedProtos() {}
public static void registerAllExtensions(

View File

@ -3,6 +3,7 @@
package org.bitcoin.paymentchannel;
@SuppressWarnings("ALL")
public final class Protos {
private Protos() {}
public static void registerAllExtensions(

View File

@ -3,6 +3,7 @@
package org.bitcoin.protocols.payments;
@SuppressWarnings("ALL")
public final class Protos {
private Protos() {}
public static void registerAllExtensions(

View File

@ -3,6 +3,7 @@
package org.bitcoinj.protocols.channels;
@SuppressWarnings("ALL")
public final class ClientState {
private ClientState() {}
public static void registerAllExtensions(

View File

@ -3,6 +3,7 @@
package org.bitcoinj.protocols.channels;
@SuppressWarnings("ALL")
public final class ServerState {
private ServerState() {}
public static void registerAllExtensions(

View File

@ -3,6 +3,7 @@
package org.bitcoinj.wallet;
@SuppressWarnings("ALL")
public final class Protos {
private Protos() {}
public static void registerAllExtensions(