Fix the typo. (#2596)
This commit is contained in:
parent
6412811a06
commit
ec9bea9d43
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue