Skip to content

Commit

Permalink
Merge pull request webdetails#146 from pedrofvteixeira/fix_broken_build
Browse files Browse the repository at this point in the history
[CLEANUP] Re-add checked exception to CPF's SimpleLifecycleListener, …
  • Loading branch information
graimundo authored May 27, 2019
2 parents 82fad87 + 9f7591d commit 085f512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void unLoaded() throws PluginLifecycleException {
}

@Override
public void ready() {
public void ready() throws PluginLifecycleException {
final CpfProperties cpfProperties = CpfProperties.getInstance();

final boolean usePersistence = cpfProperties.getBooleanProperty( "USE_PERSISTENCE", false );
Expand Down

0 comments on commit 085f512

Please sign in to comment.