Skip to content

Commit 113a84f

Browse files
author
ywoller
committed
Added missing semicolon in TransactionLogger.java
1 parent 5bb4b0c commit 113a84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging-api/src/main/java/com/cisco/oss/foundation/logging/transactions/TransactionLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public static String getFlowContextAsync(TransactionLogger logger) {
190190
*/
191191
public String getFlowContextAsync(){
192192
if (null == this.flowContext){
193-
return null
193+
return null;
194194
}
195195
return this.flowContext;
196196
}

0 commit comments

Comments
 (0)