Skip to content

Commit

Permalink
Fix javadoc errors (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-witt authored Nov 13, 2023
1 parent e01680a commit 173a783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ public static String getCatchErrorResult(BlockStartNode startNode) {

/**
* Checks to see if event should be sent to client
* @param event - the event to check
* @param eventName - the event to check
* @return true if event should be sent to client
*/
public static boolean shouldSendEvent(String eventName) {
Expand Down Expand Up @@ -1069,7 +1069,7 @@ private static List<String> createIncludeLists() {

/**
* Check if flowNode is the last node of the pipeline.
* @param flowNode
* @param flowNode flowNode to check
* @return true if flowNode is the last node of the pipeline
*/
public static boolean isLastNode(FlowNode flowNode) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private static String removeRefs(String gitReference) {

/**
* Filters the user info given a valid HTTP URL.
* @param urlStr
* @param urlStr input URL
* @return URL without user info.
*/
public static String filterSensitiveInfo(String urlStr) {
Expand Down

0 comments on commit 173a783

Please sign in to comment.