Skip to content
Snippets Groups Projects
Commit f15d6a3d authored by jakubs's avatar jakubs
Browse files

BIS-190 SP-295 add javadoc

SVN: 27522
parent 1101e930
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,9 @@ public class SampleIdentifier extends SampleOwnerIdentifier
return new SampleOwnerIdentifier(getDatabaseInstanceLevel(), getSpaceLevel());
}
/**
* String representation of this identifier (e.g. "/SPACE/PROJECT/SSID
*/
@Override
public String toString()
{
......
......@@ -94,6 +94,9 @@ public class SampleOwnerIdentifier extends AbstractHashable implements Serializa
return databaseInstanceIdentOrNull != null;
}
/**
* String representation of this identifier.
*/
@Override
public String toString()
{
......
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