Skip to content

Commit

Permalink
Proxy Dev: changed the text
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 19, 2025
1 parent 649f760 commit 20eb561
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public CpuBurner(final AfterburnerProperties props, Tracer tracer) {
this.tracer = tracer;
}

@Operation(summary = "Spend some time on CPU doing some magic matrix calculations.")
@Operation(summary = "Spend some time on CPU doing some magik matrix calculations.")
@GetMapping("/cpu/magic-identity-check")
public BurnerMessage magicIdentityCheck(
@RequestParam(value = "matrixSize", defaultValue = "10") int matrixSize) throws InvalidMatrixException {
Expand All @@ -44,7 +44,7 @@ public BurnerMessage magicIdentityCheck(
// no variation: is no fun!
int funSize = matrixSize;

log.info("Calculate magic matrix identity for matrix size [{}].", funSize);
log.info("Calculate magik matrix identity for matrix size [{}].", funSize);

long[][] simpleMagicSquare;
long[][] identitySquare;
Expand Down

0 comments on commit 20eb561

Please sign in to comment.