From a8663359ca168684ecdc02df62489b5b168550df Mon Sep 17 00:00:00 2001 From: abazov73 <92822431+abazov73@users.noreply.github.com> Date: Sun, 13 Nov 2022 17:06:39 +0400 Subject: [PATCH] Add FooClass2 --- TestFrame2/src/TestPackage2/FooClass2.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TestFrame2/src/TestPackage2/FooClass2.java diff --git a/TestFrame2/src/TestPackage2/FooClass2.java b/TestFrame2/src/TestPackage2/FooClass2.java new file mode 100644 index 0000000..a54fb5d --- /dev/null +++ b/TestFrame2/src/TestPackage2/FooClass2.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package TestPackage2; + +/** + * + * @author Андрей + */ +public class FooClass2 { + private char foo; +}