Skip to content

Commit

Permalink
Remove more unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Jul 14, 2023
1 parent 5872f71 commit 2d1b996
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public ConfigurationBackedDynamicPropertySupportImpl(AbstractConfiguration confi
}
this.config = config;
}

@Override
public String getString(String key) {
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public class DynamicProperty {
private CopyOnWriteArraySet<Runnable> callbacks = new CopyOnWriteArraySet<Runnable>();
private CopyOnWriteArraySet<PropertyChangeValidator> validators = new CopyOnWriteArraySet<PropertyChangeValidator>();


/**
* A cached value of a particular type.
* @param <T> the type of the cached value
Expand Down

0 comments on commit 2d1b996

Please sign in to comment.