Skip to content
Snippets Groups Projects
Commit f10b1aa8 authored by buczekp's avatar buczekp
Browse files

minor: typo

SVN: 10627
parent d17ca2db
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.properties.EntityKind; ...@@ -42,7 +42,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.properties.EntityKind;
final class EntityTypeDAO extends AbstractTypeDAO<EntityTypePE> implements IEntityTypeDAO final class EntityTypeDAO extends AbstractTypeDAO<EntityTypePE> implements IEntityTypeDAO
{ {
private static final Logger operationLog = private static final Logger operationLog =
LogFactory.getLogger(LogCategory.OPERATION, MaterialDAO.class); LogFactory.getLogger(LogCategory.OPERATION, EntityTypeDAO.class);
private final EntityKind entityKind; private final EntityKind entityKind;
...@@ -102,4 +102,5 @@ final class EntityTypeDAO extends AbstractTypeDAO<EntityTypePE> implements IEnti ...@@ -102,4 +102,5 @@ final class EntityTypeDAO extends AbstractTypeDAO<EntityTypePE> implements IEnti
operationLog.info(String.format("ADD: entity type '%s'.", entityType)); operationLog.info(String.format("ADD: entity type '%s'.", entityType));
} }
} }
} }
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