Skip to content

Commit 2e91a1f

Browse files
Generated code: note to avoid updating moved class
1 parent 2c8804e commit 2e91a1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

objectbox-java/src/main/java/io/objectbox/model/ValidateOnOpenMode.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 ObjectBox Ltd. All rights reserved.
2+
* Copyright 2025 ObjectBox Ltd. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,8 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
// automatically generated by the FlatBuffers compiler, do not modify
18-
17+
// WARNING: This file should not be re-generated. New generated versions of this
18+
// file have moved to the config package. This file is only kept and marked
19+
// deprecated to avoid breaking user code.
1920
package io.objectbox.model;
2021

2122
/**

0 commit comments

Comments
 (0)