From a37a89cf799b54ca92a9c456213cab2920b3f496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=90=D0=B1=D0=B0?= =?UTF-8?q?=D0=B7=D0=BE=D0=B2?= Date: Sun, 13 Nov 2022 17:17:40 +0400 Subject: [PATCH] Add foo from next branch --- TestFrame2/src/TestPackage2/TestJForm2.java | 1 + 1 file changed, 1 insertion(+) diff --git a/TestFrame2/src/TestPackage2/TestJForm2.java b/TestFrame2/src/TestPackage2/TestJForm2.java index 2ec28a2..cc7280c 100644 --- a/TestFrame2/src/TestPackage2/TestJForm2.java +++ b/TestFrame2/src/TestPackage2/TestJForm2.java @@ -17,6 +17,7 @@ public class TestJForm2 extends javax.swing.JFrame { initComponents(); } public String foo; + public String foo2; /** * This method is called from within the constructor to initialize the form.