Skip to content

Commit

Permalink
#1182 replace with EmtpyGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jul 25, 2017
1 parent 26603d8 commit f4a1b61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</arg>
</postConstruct>
</component>
<component name="psThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.CommandGenerator">
<component name="psThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.EmptyGenerator">
<property name="name">"psThumbnailGenerator"</property>
<property name="commandList">
["${path}/generate-thumbnail",
Expand All @@ -106,7 +106,7 @@
</arg>
</postConstruct>
</component>
<component name="imageThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.CommandGenerator">
<component name="imageThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.EmptyGenerator">
<property name="name">"imageThumbnailGenerator"</property>
<property name="commandList">
["${path}/generate-thumbnail",
Expand Down

0 comments on commit f4a1b61

Please sign in to comment.