Skip to content

Commit

Permalink
refactor: adjust code for review
Browse files Browse the repository at this point in the history
  • Loading branch information
totalo committed Aug 23, 2024
1 parent 3d8e14d commit c161245
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ default String getContextPath() {
*/
boolean match(final NacosClientProperties properties);

/**
* check the server list is fixed or not.
* @return true if the server list is fixed
*/
default boolean isFixed() {
return false;
}

/**
* Get address source.
* @return address source
Expand All @@ -98,4 +90,12 @@ default String getAddressSource() {
return "";
}

/**
* check the server list is fixed or not.
* @return true if the server list is fixed
*/
default boolean isFixed() {
return false;
}

}

0 comments on commit c161245

Please sign in to comment.