Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public Classifier copyOf() {

@Override
public void setClassificationPrompt(String prompt) {
// TODO: This may / should throw an UnsportedOperationException instead?
// as no classification prompt is used, this method does nothing
// No-op: Mock classifier does not use classification prompts.
// This intentionally does not throw an exception to allow mock usage in tests.
}

@Override
Expand Down