[dna-commits] DNA SVN: r1486 - trunk/extensions/dna-connector-filesystem/src/test/java/org/jboss/dna/connector/filesystem.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Tue Dec 29 06:41:49 EST 2009
Author: bcarothers
Date: 2009-12-29 06:41:49 -0500 (Tue, 29 Dec 2009)
New Revision: 1486
Modified:
trunk/extensions/dna-connector-filesystem/src/test/java/org/jboss/dna/connector/filesystem/FileSystemSourceTest.java
Log:
DNA-603 File System Repository Should Be Ported To Use Path Repository
Usual removal of @Override tag to fix usual Java5 compile error
Modified: trunk/extensions/dna-connector-filesystem/src/test/java/org/jboss/dna/connector/filesystem/FileSystemSourceTest.java
===================================================================
--- trunk/extensions/dna-connector-filesystem/src/test/java/org/jboss/dna/connector/filesystem/FileSystemSourceTest.java 2009-12-29 11:18:11 UTC (rev 1485)
+++ trunk/extensions/dna-connector-filesystem/src/test/java/org/jboss/dna/connector/filesystem/FileSystemSourceTest.java 2009-12-29 11:41:49 UTC (rev 1486)
@@ -56,27 +56,21 @@
this.source.setName("Test Repository");
this.source.initialize(new RepositoryContext() {
- @Override
public Subgraph getConfiguration( int depth ) {
return null;
}
- @Override
public ExecutionContext getExecutionContext() {
return context;
}
- @Override
public Observer getObserver() {
- // TODO Auto-generated method stub
return null;
}
- @Override
public RepositoryConnectionFactory getRepositoryConnectionFactory() {
return new RepositoryConnectionFactory() {
- @Override
public RepositoryConnection createConnection( String sourceName ) throws RepositorySourceException {
return source.getConnection();
}
More information about the dna-commits
mailing list