aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/audit
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-04-24 12:00:12 +0000
committerOlivier Lamy <olamy@apache.org>2013-04-24 12:00:12 +0000
commit3c082f7e58b0c7ac4c5af3a32c5ce5f9b662aec9 (patch)
tree357babacd2cae403a24b00c7a0005d60ab2304ff /archiva-modules/plugins/audit
parentcadd272aa0205ef31c5779722d8bb33a2ab8b012 (diff)
downloadarchiva-3c082f7e58b0c7ac4c5af3a32c5ce5f9b662aec9.tar.gz
archiva-3c082f7e58b0c7ac4c5af3a32c5ce5f9b662aec9.zip
add some FIXME but not for this release :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1471376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/audit')
-rw-r--r--archiva-modules/plugins/audit/src/main/java/org/apache/archiva/audit/MetadataAuditListener.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/archiva-modules/plugins/audit/src/main/java/org/apache/archiva/audit/MetadataAuditListener.java b/archiva-modules/plugins/audit/src/main/java/org/apache/archiva/audit/MetadataAuditListener.java
index 1802feb07..cbbb84484 100644
--- a/archiva-modules/plugins/audit/src/main/java/org/apache/archiva/audit/MetadataAuditListener.java
+++ b/archiva-modules/plugins/audit/src/main/java/org/apache/archiva/audit/MetadataAuditListener.java
@@ -44,10 +44,8 @@ public class MetadataAuditListener
private AuditManager auditManager;
/**
- * FIXME: this could be multiple implementations and needs to be configured. It also starts a separate session to
- * the originator of the audit event that we may rather want to pass through.
- *
- *
+ * FIXME: this could be multiple implementations and needs to be configured.
+ * It also starts a separate session to the originator of the audit event that we may rather want to pass through.
*/
@Inject
private RepositorySessionFactory repositorySessionFactory;