Skip to content
Snippets Groups Projects
Commit 09c82d73 authored by ribeaudc's avatar ribeaudc
Browse files

[LMS-440] add: - Required third-party Hibernate libraries.

change: - 'IPersonDAO' implementation uses Hibernate.

SVN: 6569
parent 9b091c05
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ import ch.systemsx.cisd.common.utilities.AbstractHashable;
*
* @author Christian Ribeaud
*/
public class Principal extends AbstractHashable implements Serializable
public final class Principal extends AbstractHashable implements Serializable
{
private static final long serialVersionUID = 1L;
......@@ -124,7 +124,7 @@ public class Principal extends AbstractHashable implements Serializable
* Returns the property for given <var>key</var>, or <code>null</code>, if no property
* exists for this <var>key</var>.
*/
public final String getProperty(String key)
public final String getProperty(final String key)
{
return properties.get(key);
}
......
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