Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaraira committed Mar 19, 2023
1 parent 5ed25e8 commit 857f0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.github.mrsaraira.tempresources.config;

import io.github.mrsaraira.tempresources.files.TemporaryFilesCleanerService;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

Expand All @@ -14,14 +13,12 @@
public class TemporaryResourcesProperties {

/**
* Set temporary resources library configuration enabled
* Set Temporary resources library configuration enabled
*/
private Boolean enabled;

/**
* Set temporary files cleaner service enabled
*
* @see TemporaryFilesCleanerService
* Set Temporary files cleaner service enabled
*/
private Boolean temporaryFilesCleanerServiceEnabled;

Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/application.yaml

This file was deleted.

0 comments on commit 857f0cd

Please sign in to comment.