Skip to content
Snippets Groups Projects
Commit 47edca84 authored by tpylak's avatar tpylak
Browse files

minor: toString, remove warning

SVN: 22188
parent 96b8368b
No related branches found
No related tags found
No related merge requests found
......@@ -82,4 +82,10 @@ public class WellReference implements ISerializable
return false;
return true;
}
@Override
public String toString()
{
return platePermId + wellLocation.toString();
}
}
\ No newline at end of file
......@@ -472,7 +472,6 @@ public class WellSearchCriteria implements ISerializable
private String analysisProcedureCodeOrNull;
// GWT only
@SuppressWarnings("unused")
private AnalysisProcedureCriteria()
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment