Skip to content

Commit

Permalink
fix build and update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Hollmann committed May 15, 2020
1 parent 93f6d1c commit 10b1617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ This project includes:
Lucene Queries under Apache 2
Lucene QueryParsers under Apache 2
Lucene Sandbox under Apache 2
Lucene Spatial under Apache 2
Lucene Spatial 3D under Apache 2
Lucene Spatial Extras under Apache 2
Lucene Suggest under Apache 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
public class HibernateRenameDAO implements RenameDAO {
private HibernateSessionHolder sessionHolder;

@Inject
private DaoFactory daoFactory;

@Inject
public void setConnectionProvider(ConnectionProvider connectionProvider) {
this.sessionHolder = new HibernateSessionHolder(connectionProvider);
}

@Inject
private DaoFactory daoFactory;

@Override
public void renameObservableProperty(String oldName, String newName) throws OwsExceptionReport,
NoSuchObservablePropertyException {
Expand Down

0 comments on commit 10b1617

Please sign in to comment.