Skip to content

Commit

Permalink
fix merge conflict with PR ome#1006
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbc committed Apr 10, 2013
1 parent 3f00a79 commit 02e1607
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
public class ManagedRepositoryI extends PublicRepositoryI
implements _ManagedRepositoryOperations {

private static final Log log = LogFactory.getLog(ManagedRepositoryI.class);
private final static Log log = LogFactory.getLog(ManagedRepositoryI.class);

private static final int parentDirsToRetain = 3;
private final static int parentDirsToRetain = 3;

/* This class is used in the server-side creation of import containers.
* The suggestImportPaths method sanitizes the paths in due course.
Expand Down

0 comments on commit 02e1607

Please sign in to comment.