Skip to content

Commit

Permalink
LUT-28590 : manage specific entryType FileStoreService with new Gener…
Browse files Browse the repository at this point in the history
…icAttributeFileStoreService
  • Loading branch information
seboo committed Sep 23, 2024
1 parent c7e1f87 commit 3247e14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-genericattributes</artifactId>
<version>[2.4.5,)</version>
<version>[2.4.6-SNAPSHOT,)</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,4 @@ public boolean isResponseChanged( List<Response> listResponseReference, List<Res
{
return false;
}

@Override
protected IFileStoreServiceProvider getFileStoreServiceProvider( )
{
return FileService.getInstance( ).getFileStoreServiceProvider( "formsDatabaseFileStoreProvider" );
}
}

0 comments on commit 3247e14

Please sign in to comment.