Skip to content

Commit 6ca3743

Browse files
committed
Mark BammValidationEngineFactory deprecated for removal
1 parent 4b6ef2d commit 6ca3743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/sds-aspect-model-validator/src/main/java/io/openmanufacturing/sds/aspectmodel/validation/services/BammValidationEngineFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) 2021 Robert Bosch Manufacturing Solutions GmbH
33
*
44
* See the AUTHORS file(s) distributed with this work for additional
5-
* information regarding authorship.
5+
* information regarding authorship.
66
*
77
* This Source Code Form is subject to the terms of the Mozilla Public
88
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -26,6 +26,7 @@
2626
/**
2727
* Custom {@link ValidationEngineFactory} which provides a {@link ValidationEngine} with a custom label function.
2828
*/
29+
@Deprecated( forRemoval = true )
2930
public class BammValidationEngineFactory extends ValidationEngineFactory {
3031

3132
/**

0 commit comments

Comments
 (0)