Skip to content

Commit

Permalink
1. Removed @author tag from Javadoc.
Browse files Browse the repository at this point in the history
2. Removed hardcoded Log package reference.
  • Loading branch information
conor10 committed Mar 1, 2018
1 parent 8a84214 commit fee3b5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ public class SolidityFunctionWrapper extends Generator {
private static final String END_BLOCK = "endBlock";
private static final String WEI_VALUE = "weiValue";

public static final ClassName LOG = ClassName.get(
"org.web3j.protocol.core.methods.response", "Log");
private static final ClassName LOG = ClassName.get(Log.class);

private static final String CODEGEN_WARNING = "<p>Auto generated code.\n"
+ "<p><strong>Do not modify!</strong>\n"
Expand Down
2 changes: 0 additions & 2 deletions crypto/src/test/java/org/web3j/crypto/MnemonicUtilsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

/**
* Unit tests for {@link MnemonicUtils} utility class.
*
* @author Ali Dehghani
*/
@RunWith(Parameterized.class)
public class MnemonicUtilsTest {
Expand Down

0 comments on commit fee3b5d

Please sign in to comment.