Merge pull request #2108 from andyxning/refactor_doc_comment

refactor doc comment
This commit is contained in:
Derek McGowan 2016-12-15 21:03:29 -08:00 committed by GitHub
commit 44282379f6

View file

@ -122,9 +122,10 @@
// # curl localhost:5001/debug/health // # curl localhost:5001/debug/health
// {"fileChecker":"file exists"} // {"fileChecker":"file exists"}
// //
// FileChecker only accepts absolute or relative file path. It does not work properly with tilde(~). // FileChecker only accepts absolute or relative file path. It does not work
// You should make sure that the application has proper permission(read and execute permission // properly with tilde(~). You should make sure that the application has
// for directory along with the specified file path). Otherwise, the FileChecker will report error // proper permission(read and execute permission for directory along with
// the specified file path). Otherwise, the FileChecker will report error
// and file health check is not ok. // and file health check is not ok.
// //
// You could also test the connectivity to a downstream service by using a // You could also test the connectivity to a downstream service by using a