mark this AutoCloseable

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1585703 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-04-08 12:21:06 +00:00
parent 6b9da927e4
commit fd75d57535
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ package org.apache.archiva.metadata.repository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.AutoCloseable;
/**
* The repository session provides a single interface to accessing Archiva repositories. It provides access to three
@ -36,6 +37,7 @@ import org.slf4j.LoggerFactory;
* </ul>
*/
public class RepositorySession
implements AutoCloseable
{
private final MetadataRepository repository;