mirror of https://github.com/apache/archiva.git
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:
parent
6b9da927e4
commit
fd75d57535
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue