Skip to content

Commit 8c5a7d8

Browse files
Javadoc
1 parent 0853bfa commit 8c5a7d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

datamodel/odata-generator-utility/src/main/java/com/sap/cloud/sdk/datamodel/odata/utility/ServiceNameMappings.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ private record Value( @Nonnull String value, @Nonnull String comment )
3838
{
3939
}
4040

41+
private ServiceNameMappings( @Nonnull final Path file )
42+
{
43+
this.file = file;
44+
}
45+
4146
/**
4247
* Creates a new instance of {@link ServiceNameMappings} with the specified file.
4348
*
4449
* @param file
4550
* the file to read and write mappings from/to
4651
*/
47-
private ServiceNameMappings( @Nonnull final Path file )
48-
{
49-
this.file = file;
50-
}
51-
5252
public static ServiceNameMappings load( @Nonnull final Path file )
5353
{
5454
ServiceNameMappings mappings = new ServiceNameMappings(file);

0 commit comments

Comments
 (0)