How to name a java file?
‎Nov 29, 2019
09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 29, 2019
09:18 AM
How to name a java file?
Hello everyone, please tell me how to find information, how to name a java file?
I'm doing an example from the documentation, but I have a difficulty how to name the file that should be created on point number 3
Solved! Go to Solution.
Labels:
- Labels:
-
General Customization
ACCEPTED SOLUTION
Accepted Solutions
‎Dec 02, 2019
12:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Dec 02, 2019
12:45 AM
The request is closed, the answer was simple. If someone has the same difficulty, the name of the first class in the code corresponds to the name of the file. In this case the name will be "TestAffectedDataValidator"
1 REPLY 1
‎Dec 02, 2019
12:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Dec 02, 2019
12:45 AM
The request is closed, the answer was simple. If someone has the same difficulty, the name of the first class in the code corresponds to the name of the file. In this case the name will be "TestAffectedDataValidator"