Fix the typo. (#2596)

This commit is contained in:
Alan Lau 2019-05-06 11:23:09 +08:00 committed by 吴晟 Wu Sheng
parent 6412811a06
commit ec9bea9d43
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class SnifferConfigInitializer {
* start with {@link #ENV_KEY_PREFIX}. e.g. in env `skywalking.agent.service_name=yourAppName` to override
* `agent.service_name` in config file.
* <p>
* At the end, `agent.service_name` and `collector.servers` must be not blank.
* At the end, `agent.service_name` and `collector.servers` must not be blank.
*/
public static void initialize(String agentOptions) throws ConfigNotFoundException, AgentPackageNotFoundException {
InputStreamReader configFileStream;