Skip to content

Commit

Permalink
No longer use Serializable interface on HostItem
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-neil committed Apr 15, 2021
1 parent 37c18e2 commit 6b1eda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.chsn</groupId>
<artifactId>HostPingChecker</artifactId>
<version>1.11.1-BETA</version>
<version>1.11.2-BETA</version>

<developers>
<developer>
Expand Down
3 changes: 1 addition & 2 deletions src/fr/chsn/hostpingchecker/HostItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import fr.chsn.hostpingchecker.utils.HostStatusUtil;

import java.io.IOException;
import java.io.Serializable;
import java.net.InetAddress;
import java.net.UnknownHostException;

Expand All @@ -12,7 +11,7 @@
* @author Romain Neil
* @since 1.0.0
*/
public class HostItem implements Serializable {
public class HostItem {

/**
* Nom de la machine
Expand Down

0 comments on commit 6b1eda7

Please sign in to comment.