Skip to content
Closed

test #103

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/src/main/java/com/google/genkit/core/ActionContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

// test

Comment on lines +19 to +20

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This test comment and the subsequent blank line appear to be temporary and should be removed before merging. Such comments can clutter the code and are generally not included in production code.

package com.google.genkit.core;

import com.google.genkit.core.tracing.SpanContext;
Expand Down
Loading