Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yu199195 committed Sep 24, 2020
1 parent e87f172 commit e067140
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
package org.dromara.hmily.config.api.event;

/**
* AddData .
* AddData.
* Different processing of add data.
*
* @author sixh chenbin
*/
public class AddData extends EventData {



/**
* Instantiates a new Add data.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @author sixh chenbin
*/
public enum ChangeEvent {

/**
* Add change event.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.dromara.hmily.config.api.event;

/**
* ModifyEventConsumer .
* ModifyEventConsumer.
* modify config event push .
*
* @param <T> the type parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public final class HmilyRepositoryFacade {
@Setter
private HmilyRepository hmilyRepository;


private HmilyRepositoryFacade() {
}

Expand Down

0 comments on commit e067140

Please sign in to comment.