Skip to content

Commit

Permalink
~ dropped refactoring relict (just a now useless annotation)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 19, 2024
1 parent 7bcbc55 commit 8e82f97
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

import com.kasisoft.libs.common.functional.*;

import jakarta.validation.constraints.*;

import java.awt.event.*;

/**
Expand All @@ -18,7 +16,7 @@
public class FunctionsTest {

@Test
public static @NotNull void adaptConsumerToActionListener() {
public static void adaptConsumerToActionListener() {
var builder = new StringBuilder();
var listener = Functions.adaptConsumerToActionListener($ -> builder.append($.getActionCommand()));
var event = new ActionEvent(new Object(), 1, "ADAPT_TO_ACTION_LISTENER");
Expand Down

0 comments on commit 8e82f97

Please sign in to comment.