Commit c9a10305 by Johannes Stelzer

fix comment

parent 7a9362d1
...@@ -25,7 +25,7 @@ import de.codecentric.boot.admin.model.Application; ...@@ -25,7 +25,7 @@ import de.codecentric.boot.admin.model.Application;
public interface ApplicationStore { public interface ApplicationStore {
/** /**
* Inserts a new Application into the store. If the Id is already present in the store the Application is NOT stored. * Inserts a new Application into the store. If the Id is already present in the store the old Application is replaced.
* *
* @param app Application to store * @param app Application to store
* @return the Application associated previosly with the applications id. * @return the Application associated previosly with the applications id.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment