Skip to content

Commit

Permalink
Issue #203: Refactor-Extensions-code-to-check-protocol-efficiently
Browse files Browse the repository at this point in the history
Fixed comments in HttpExtension and WmiExtension
  • Loading branch information
SafaeAJ committed Jun 4, 2024
1 parent 0eadaee commit 125162c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
@Slf4j
public class HttpExtension implements IProtocolExtension {

/**
* The identifier for the Http protocol.
*/
private static final String IDENTIFIER = "http";

private HttpRequestExecutor httpRequestExecutor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class WmiExtension implements IProtocolExtension {
public static final String WMI_TEST_QUERY = "SELECT Name FROM Win32_ComputerSystem";

/**
* The identifier for the WinRm protocol.
* The identifier for the Wmi protocol.
*/
private static final String IDENTIFIER = "wmi";

Expand Down

0 comments on commit 125162c

Please sign in to comment.