Use correct syntax for Javadoc @author tags

This commit is contained in:
Chris Beams 2014-12-26 11:38:30 +01:00
parent 58874cfc7e
commit c38907bc34
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
102 changed files with 104 additions and 104 deletions

View File

@ -8,7 +8,7 @@ import org.ethereum.facade.EthereumFactory;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 14/11/2014 07:39 * Created on: 14/11/2014 07:39
*/ */

View File

@ -10,7 +10,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 13/11/2014 14:40 * Created on: 13/11/2014 14:40
*/ */
@Component @Component

View File

@ -24,8 +24,8 @@ import java.util.concurrent.CopyOnWriteArrayList;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author Roman Mandeleil, * @author Roman Mandeleil
* Nick Savers * @author Nick Savers
* Created on: 20/05/2014 10:44 * Created on: 20/05/2014 10:44
*/ */
public class Block { public class Block {

View File

@ -55,8 +55,8 @@ import static org.ethereum.core.Denomination.SZABO;
* *
* www.etherJ.com * www.etherJ.com
* *
* @author Roman Mandeleil, * @author Roman Mandeleil
* Nick Savers * @author Nick Savers
* Created on: 20/05/2014 10:44 * Created on: 20/05/2014 10:44
*/ */
@Component @Component

View File

@ -9,7 +9,7 @@ import java.util.Arrays;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 20/11/2014 11:10 * Created on: 20/11/2014 11:10
* *
* http://www.herongyang.com/Java/Bit-String-Set-Bit-to-Byte-Array.html * http://www.herongyang.com/Java/Bit-String-Set-Bit-to-Byte-Array.html

View File

@ -14,7 +14,7 @@ import java.util.Map;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 09/11/2014 09:31 * Created on: 09/11/2014 09:31
*/ */

View File

@ -15,7 +15,7 @@ import static org.ethereum.util.ByteUtil.EMPTY_BYTE_ARRAY;
/** /**
* www.ethergit.com * www.ethergit.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 19/12/2014 12:56 * Created on: 19/12/2014 12:56
*/ */

View File

@ -16,7 +16,7 @@ import java.util.List;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 12/11/2014 17:16 * Created on: 12/11/2014 17:16
*/ */
@Repository @Repository

View File

@ -9,7 +9,7 @@ import java.math.BigInteger;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 14/11/2014 09:59 * Created on: 14/11/2014 09:59
*/ */
@Entity @Entity

View File

@ -13,7 +13,7 @@ import org.ethereum.vm.DataWord;
import org.spongycastle.util.encoders.Hex; import org.spongycastle.util.encoders.Hex;
/** /**
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 24/06/2014 00:12 * Created on: 24/06/2014 00:12
*/ */
public class ContractDetails { public class ContractDetails {

View File

@ -34,7 +34,7 @@ import static org.ethereum.util.ByteUtil.wrap;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/11/2014 21:15 * Created on: 17/11/2014 21:15
*/ */
public class RepositoryDummy implements Repository { public class RepositoryDummy implements Repository {

View File

@ -32,7 +32,7 @@ import static org.ethereum.util.ByteUtil.wrap;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/11/2014 21:15 * Created on: 17/11/2014 21:15
*/ */
@Component @Component

View File

@ -19,7 +19,7 @@ import static org.ethereum.util.ByteUtil.wrap;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/11/2014 21:15 * Created on: 17/11/2014 21:15
*/ */

View File

@ -8,7 +8,7 @@ import java.util.Map;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 11/06/2014 14:09 * Created on: 11/06/2014 14:09
*/ */
public class TrackDatabase implements Database { public class TrackDatabase implements Database {

View File

@ -9,7 +9,7 @@ import java.math.BigInteger;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 14/11/2014 09:59 * Created on: 14/11/2014 09:59
*/ */
@Entity @Entity

View File

@ -16,7 +16,7 @@ import java.util.concurrent.Future;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 27/07/2014 09:11 * Created on: 27/07/2014 09:11
*/ */

View File

@ -23,7 +23,7 @@ import java.util.Properties;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 13/11/2014 11:22 * Created on: 13/11/2014 11:22
*/ */
@Configuration @Configuration

View File

@ -33,7 +33,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 27/07/2014 09:12 * Created on: 27/07/2014 09:12
*/ */
@Component @Component

View File

@ -13,7 +13,7 @@ import java.util.HashMap;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 08/09/2014 10:25 * Created on: 08/09/2014 10:25
*/ */

View File

@ -38,7 +38,7 @@ import java.util.*;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 26/06/2014 10:08 * Created on: 26/06/2014 10:08
*/ */
public class JSONHelper { public class JSONHelper {

View File

@ -14,7 +14,7 @@ import java.util.regex.Pattern;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 10:25 * Created on: 28/06/2014 10:25
*/ */

View File

@ -9,7 +9,7 @@ import java.math.BigInteger;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 10:25 * Created on: 28/06/2014 10:25
*/ */

View File

@ -8,7 +8,7 @@ import java.math.BigInteger;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 10:23 * Created on: 28/06/2014 10:23
*/ */

View File

@ -9,7 +9,7 @@ import java.math.BigInteger;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 10:23 * Created on: 28/06/2014 10:23
*/ */

View File

@ -14,7 +14,7 @@ import java.util.regex.Pattern;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 11:59 * Created on: 28/06/2014 11:59
*/ */
public class Helper { public class Helper {

View File

@ -13,7 +13,7 @@ import java.util.Map;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 15/12/2014 12:24 * Created on: 15/12/2014 12:24
*/ */

View File

@ -10,7 +10,7 @@ import java.util.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 10/07/2014 09:46 * Created on: 10/07/2014 09:46
*/ */

View File

@ -13,7 +13,7 @@ import java.util.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 10:22 * Created on: 28/06/2014 10:22
*/ */

View File

@ -11,7 +11,7 @@ import java.math.BigInteger;
/** /**
* www.ethergit.com * www.ethergit.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 19/12/2014 12:22 * Created on: 19/12/2014 12:22
*/ */

View File

@ -23,7 +23,7 @@ import static org.ethereum.util.ByteUtil.wrap;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 02/07/2014 13:03 * Created on: 02/07/2014 13:03
*/ */

View File

@ -8,7 +8,7 @@ import java.util.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 10/07/2014 09:46 * Created on: 10/07/2014 09:46
*/ */

View File

@ -12,7 +12,7 @@ import static org.ethereum.util.ByteUtil.toHexString;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/06/2014 10:25 * Created on: 28/06/2014 10:25
*/ */

View File

@ -7,7 +7,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.ethergit.com * www.ethergit.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 15/12/2014 12:41 * Created on: 15/12/2014 12:41
*/ */

View File

@ -9,7 +9,7 @@ import java.util.Set;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 27/07/2014 11:20 * Created on: 27/07/2014 11:20
*/ */

View File

@ -10,7 +10,7 @@ import java.util.Set;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 12/11/2014 08:34 * Created on: 12/11/2014 08:34
*/ */
@Component(value = "EthereumListener") @Component(value = "EthereumListener")

View File

@ -7,7 +7,7 @@ import javax.annotation.PostConstruct;
/** /**
* www.ethergit.com * www.ethergit.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 11/12/2014 11:24 * Created on: 11/12/2014 11:24
*/ */
@Component @Component

View File

@ -17,7 +17,7 @@ import java.math.BigInteger;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/11/2014 17:01 * Created on: 01/11/2014 17:01
*/ */
@Component @Component

View File

@ -15,7 +15,7 @@ import java.util.*;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 11/11/2014 13:38 * Created on: 11/11/2014 13:38
*/ */
@Component @Component

View File

@ -29,7 +29,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/11/2014 10:58 * Created on: 01/11/2014 10:58
*/ */
@Component @Component

View File

@ -22,7 +22,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
* *
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/11/2014 10:11 * Created on: 01/11/2014 10:11
*/ */
@Component @Component

View File

@ -7,7 +7,7 @@ import org.apache.maven.plugin.MojoFailureException;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 25/04/14 17:06 * Created on: 25/04/14 17:06
*/ */
public class ParserGenerator { public class ParserGenerator {

View File

@ -15,7 +15,7 @@ import java.util.regex.Pattern;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 05/05/14 13:41 * Created on: 05/05/14 13:41
*/ */
public class SerpentToAssemblyCompiler extends SerpentBaseVisitor<String> { public class SerpentToAssemblyCompiler extends SerpentBaseVisitor<String> {

View File

@ -12,7 +12,7 @@ import org.iq80.leveldb.WriteBatch;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Nick Savers * @author Nick Savers
* Created on: 20/05/2014 10:44 * Created on: 20/05/2014 10:44
*/ */
public class Cache { public class Cache {

View File

@ -8,7 +8,7 @@ import java.util.Set;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 29/08/2014 10:46 * Created on: 29/08/2014 10:46
*/ */

View File

@ -5,7 +5,7 @@ import org.ethereum.util.Value;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 29/08/2014 10:46 * Created on: 29/08/2014 10:46
*/ */

View File

@ -6,7 +6,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 29/08/2014 10:46 * Created on: 29/08/2014 10:46
*/ */

View File

@ -37,7 +37,7 @@ import org.spongycastle.util.encoders.Hex;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Nick Savers * @author Nick Savers
* Created on: 20/05/2014 10:44 * Created on: 20/05/2014 10:44
*/ */
public class TrieImpl implements Trie { public class TrieImpl implements Trie {

View File

@ -8,7 +8,7 @@ import static org.ethereum.util.CompactEncoder.unpackToNibbles;
/* /*
* www.ethereumJ.com * www.ethereumJ.com
* @author: Nick Savers * @author Nick Savers
* Created on: 20/05/2014 10:44 * Created on: 20/05/2014 10:44
*/ */
public class TrieIterator { public class TrieIterator {

View File

@ -9,7 +9,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 25/07/2014 13:01 * Created on: 25/07/2014 13:01
*/ */

View File

@ -46,7 +46,7 @@ import org.spongycastle.util.encoders.Hex;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/04/2014 10:45 * Created on: 01/04/2014 10:45
*/ */
public class RLP { public class RLP {

View File

@ -7,7 +7,7 @@ import java.io.Serializable;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/04/2014 10:45 * Created on: 01/04/2014 10:45
*/ */
public interface RLPElement extends Serializable { public interface RLPElement extends Serializable {

View File

@ -4,7 +4,7 @@ package org.ethereum.util;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 21/04/14 16:26 * Created on: 21/04/14 16:26
*/ */
public class RLPItem implements RLPElement { public class RLPItem implements RLPElement {

View File

@ -5,7 +5,7 @@ import java.util.ArrayList;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 21/04/14 16:26 * Created on: 21/04/14 16:26
*/ */
public class RLPList extends ArrayList<RLPElement> implements RLPElement { public class RLPList extends ArrayList<RLPElement> implements RLPElement {

View File

@ -3,7 +3,7 @@ package org.ethereum.vm;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 03/07/2014 08:29 * Created on: 03/07/2014 08:29
*/ */

View File

@ -15,7 +15,7 @@ import java.nio.ByteBuffer;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/06/2014 10:45 * Created on: 01/06/2014 10:45
*/ */
public class DataWord implements Comparable<DataWord> { public class DataWord implements Comparable<DataWord> {

View File

@ -17,7 +17,7 @@ import java.util.List;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 19/11/2014 22:03 * Created on: 19/11/2014 22:03
*/ */

View File

@ -29,7 +29,7 @@ import static org.ethereum.util.ByteUtil.EMPTY_BYTE_ARRAY;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/06/2014 10:45 * Created on: 01/06/2014 10:45
*/ */
public class Program { public class Program {

View File

@ -5,7 +5,7 @@ import org.ethereum.facade.Repository;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 03/06/2014 14:59 * Created on: 03/06/2014 14:59
*/ */
public interface ProgramInvoke { public interface ProgramInvoke {

View File

@ -9,7 +9,7 @@ import java.math.BigInteger;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 19/12/2014 12:14 * Created on: 19/12/2014 12:14
*/ */

View File

@ -17,7 +17,7 @@ import java.math.BigInteger;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 08/06/2014 09:59 * Created on: 08/06/2014 09:59
*/ */
@Component("ProgramInvokeFactory") @Component("ProgramInvokeFactory")

View File

@ -9,7 +9,7 @@ import java.util.Map;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 03/06/2014 15:00 * Created on: 03/06/2014 15:00
*/ */
public class ProgramInvokeImpl implements ProgramInvoke { public class ProgramInvokeImpl implements ProgramInvoke {

View File

@ -9,7 +9,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 03/06/2014 15:00 * Created on: 03/06/2014 15:00
*/ */
public class ProgramInvokeMockImpl implements ProgramInvoke { public class ProgramInvokeMockImpl implements ProgramInvoke {

View File

@ -9,7 +9,7 @@ import java.util.List;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 07/06/2014 17:45 * Created on: 07/06/2014 17:45
*/ */
public class ProgramResult { public class ProgramResult {

View File

@ -59,7 +59,7 @@ import static org.ethereum.vm.OpCode.PUSH1;
* *
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/06/2014 10:44 * Created on: 01/06/2014 10:44
*/ */
public class VM { public class VM {

View File

@ -23,7 +23,7 @@ import java.util.*;
* *
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/10/2014 23:39 * Created on: 28/10/2014 23:39
*/ */

View File

@ -12,7 +12,7 @@ import java.util.List;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/10/2014 23:47 * Created on: 28/10/2014 23:47
*/ */

View File

@ -17,7 +17,7 @@ import java.util.Properties;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 16/11/2014 07:53 * Created on: 16/11/2014 07:53
*/ */
public class TestContext { public class TestContext {

View File

@ -8,7 +8,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 20/11/2014 11:29 * Created on: 20/11/2014 11:29
*/ */

View File

@ -35,7 +35,7 @@ import static junit.framework.TestCase.assertEquals;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 09/11/2014 23:35 * Created on: 09/11/2014 23:35
*/ */

View File

@ -12,7 +12,7 @@ import static org.junit.Assert.*;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 05/12/2014 16:26 * Created on: 05/12/2014 16:26
*/ */

View File

@ -11,7 +11,7 @@ import static org.junit.Assert.assertEquals;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 05/12/2014 16:26 * Created on: 05/12/2014 16:26
*/ */

View File

@ -31,7 +31,7 @@ import java.math.BigInteger;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/05/14 17:06 * Created on: 17/05/14 17:06
*/ */
@FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING)

View File

@ -21,7 +21,7 @@ import static org.junit.Assert.assertNull;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/11/2014 23:08 * Created on: 17/11/2014 23:08
*/ */

View File

@ -18,7 +18,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 11/06/2014 14:54 * Created on: 11/06/2014 14:54
*/ */
public class TrackDatabaseTest { public class TrackDatabaseTest {

View File

@ -10,7 +10,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 09/11/2014 09:21 * Created on: 09/11/2014 09:21
*/ */

View File

@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
/** /**
* www.etherj.com * www.etherj.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 08/11/2014 12:21 * Created on: 08/11/2014 12:21
*/ */

View File

@ -15,7 +15,7 @@ import java.util.Arrays;
import java.util.List; import java.util.List;
/** /**
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 15/10/2014 12:34 * Created on: 15/10/2014 12:34
*/ */
public class AdaptiveMessageIdsTest { public class AdaptiveMessageIdsTest {

View File

@ -9,7 +9,7 @@ import org.spongycastle.util.encoders.Hex;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 28/05/2014 20:05 * Created on: 28/05/2014 20:05
*/ */
public class MachineCompileTest { public class MachineCompileTest {

View File

@ -10,7 +10,7 @@ import org.junit.Test;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 13/05/14 10:07 * Created on: 13/05/14 10:07
*/ */
public class SerpentCompileTest { public class SerpentCompileTest {

View File

@ -12,7 +12,7 @@ import static org.junit.Assert.assertEquals;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/05/14 15:38 * Created on: 17/05/14 15:38
*/ */
public class UtilsTest { public class UtilsTest {

View File

@ -20,7 +20,7 @@ import static org.junit.Assert.assertEquals;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 16/06/2014 10:37 * Created on: 16/06/2014 10:37
*/ */
@FixMethodOrder(MethodSorters.NAME_ASCENDING) @FixMethodOrder(MethodSorters.NAME_ASCENDING)

View File

@ -20,7 +20,7 @@ import static org.junit.Assert.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/06/2014 11:05 * Created on: 01/06/2014 11:05
*/ */

View File

@ -20,7 +20,7 @@ import static org.junit.Assert.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/06/2014 11:05 * Created on: 01/06/2014 11:05
*/ */

View File

@ -12,7 +12,7 @@ import java.net.URL;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 24/04/14 20:11 * Created on: 24/04/14 20:11
*/ */
public class IpGeoDB { // change public class IpGeoDB { // change

View File

@ -20,7 +20,7 @@ import java.util.ArrayList;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Adrian Benko * @author Adrian Benko
* Created on: 27/08/14 18:22 * Created on: 27/08/14 18:22
*/ */
public class BlockChainTable extends JFrame implements ActionListener { public class BlockChainTable extends JFrame implements ActionListener {

View File

@ -10,7 +10,7 @@ import org.slf4j.LoggerFactory;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 24/04/14 11:52 * Created on: 24/04/14 11:52
*/ */
public class ConsoleTokenMaker extends AbstractTokenMaker { public class ConsoleTokenMaker extends AbstractTokenMaker {

View File

@ -29,7 +29,7 @@ import java.util.Map;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 18/05/14 22:21 * Created on: 18/05/14 22:21
*/ */
class ContractCallDialog extends JDialog implements MessageAwareDialog { class ContractCallDialog extends JDialog implements MessageAwareDialog {

View File

@ -20,7 +20,7 @@ import java.util.Collection;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 18/05/14 22:21 * Created on: 18/05/14 22:21
*/ */
class ContractSubmitDialog extends JDialog implements MessageAwareDialog { class ContractSubmitDialog extends JDialog implements MessageAwareDialog {

View File

@ -15,7 +15,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 26/05/2014 12:27 * Created on: 26/05/2014 12:27
*/ */
public class DialogWorker extends SwingWorker<Transaction, Object> { public class DialogWorker extends SwingWorker<Transaction, Object> {

View File

@ -13,7 +13,7 @@ import java.awt.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 23/05/2014 13:51 * Created on: 23/05/2014 13:51
*/ */
public class GUIUtils { public class GUIUtils {

View File

@ -21,7 +21,7 @@ import javax.swing.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 18/05/14 22:21 * Created on: 18/05/14 22:21
*/ */
class PayOutDialog extends JDialog implements MessageAwareDialog { class PayOutDialog extends JDialog implements MessageAwareDialog {

View File

@ -21,7 +21,7 @@ import com.maxmind.geoip.Location;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 25/04/14 07:04 * Created on: 25/04/14 07:04
*/ */
public class PeersTableModel extends AbstractTableModel { public class PeersTableModel extends AbstractTableModel {

View File

@ -18,7 +18,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 25/04/14 07:11 * Created on: 25/04/14 07:11
*/ */
public class PeersTableWindow extends JFrame { public class PeersTableWindow extends JFrame {

View File

@ -19,7 +19,7 @@ import java.util.List;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 02/06/2014 16:58 * Created on: 02/06/2014 16:58
*/ */

View File

@ -21,7 +21,7 @@ import static org.ethereum.config.SystemProperties.CONFIG;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 24/04/14 11:32 * Created on: 24/04/14 11:32
*/ */
public class SerpentEditor extends JFrame { public class SerpentEditor extends JFrame {

View File

@ -8,7 +8,7 @@ import org.fife.ui.rsyntaxtextarea.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 24/04/14 11:52 * Created on: 24/04/14 11:52
*/ */
public class SerpentTokenMaker extends AbstractTokenMaker { public class SerpentTokenMaker extends AbstractTokenMaker {

View File

@ -17,7 +17,7 @@ import java.awt.event.WindowEvent;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 30/04/14 06:29 * Created on: 30/04/14 06:29
*/ */
public class ToolBar extends JFrame { public class ToolBar extends JFrame {

View File

@ -10,7 +10,7 @@ import java.awt.*;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Adrian Benko * @author Adrian Benko
* Created on: 27/08/14 18:22 * Created on: 27/08/14 18:22
*/ */
public class TransactionData extends JFrame { public class TransactionData extends JFrame {

View File

@ -7,7 +7,7 @@ import org.ethereum.facade.EthereumImpl;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 01/09/2014 19:43 * Created on: 01/09/2014 19:43
*/ */

View File

@ -19,7 +19,7 @@ import java.net.URL;
/** /**
* www.ethereumJ.com * www.ethereumJ.com
* *
* @author: Roman Mandeleil * @author Roman Mandeleil
* Created on: 17/05/14 12:32 * Created on: 17/05/14 12:32
*/ */
public class WalletAddressPanel extends JPanel { public class WalletAddressPanel extends JPanel {

Some files were not shown because too many files have changed in this diff Show More