Skip to content

Commit

Permalink
Replace &-s with HTML entities in javadocs to make Maven build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
priiduneemre committed May 29, 2015
1 parent 68b201b commit 01730a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.neemre.btcdcli4j.core.NodeProperties;

/**An abstract superclass containing the core functionality required for constructing
* & configuring new <i>bitcoind</i> consumer instances (<i>i.e.</i> {@code BtcdClient}
* &amp; configuring new <i>bitcoind</i> consumer instances (<i>i.e.</i> {@code BtcdClient}
* (JSON-RPC API), {@code BtcdDaemon} ('callback-via-shell-command' API) etc.).*/
public abstract class AgentConfigurator {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import lombok.Getter;
import lombok.ToString;

/**An enumeration specifying the error codes & messages used by btcd-cli4j.*/
/**An enumeration specifying the error codes &amp; messages used by btcd-cli4j.*/
@Getter
@ToString
@AllArgsConstructor
Expand Down

0 comments on commit 01730a2

Please sign in to comment.