Skip to content

Commit eab8bf5

Browse files
committed
use Jakarta instead of Javax and update copyrights
1 parent b180938 commit eab8bf5

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

decisioncenter/businessvalueeditor/businessvalueeditor-source/src/main/java/businessvalueeditor/OfferValueEditorProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Licensed Materials - Property of IBM
33
* 5725-B69 5655-Y17 5724-Y00 5724-Y17 5655-V84
4-
* Copyright IBM Corp. 2009, 2024. All Rights Reserved.
4+
* Copyright IBM Corp. 2009, 2025. All Rights Reserved.
55
*
66
* Note to U.S. Government Users Restricted Rights:
77
* Use, duplication or disclosure restricted by GSA ADP Schedule

decisioncenter/businessvalueeditor/businessvalueeditor-source/src/main/java/businessvalueeditor/SampleDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Licensed Materials - Property of IBM
33
* 5725-B69 5655-Y17 5724-Y00 5724-Y17 5655-V84
4-
* Copyright IBM Corp. 2009, 2024. All Rights Reserved.
4+
* Copyright IBM Corp. 2009, 2025. All Rights Reserved.
55
*
66
* Note to U.S. Government Users Restricted Rights:
77
* Use, duplication or disclosure restricted by GSA ADP Schedule

decisioncenter/businessvalueeditor/businessvalueeditor-source/src/main/java/businessvalueeditor/SampleValueEditorServlet.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Licensed Materials - Property of IBM
33
* 5725-B69 5655-Y17 5724-Y00 5724-Y17 5655-V84
4-
* Copyright IBM Corp. 2009, 2024. All Rights Reserved.
4+
* Copyright IBM Corp. 2009, 2025. All Rights Reserved.
55
*
66
* Note to U.S. Government Users Restricted Rights:
77
* Use, duplication or disclosure restricted by GSA ADP Schedule
@@ -15,15 +15,14 @@
1515
import ilog.rules.brl.value.descriptor.IlrValueDescriptorFactory;
1616
import ilog.rules.vocabulary.model.IlrConcept;
1717
import ilog.rules.vocabulary.model.IlrVocabulary;
18+
import jakarta.servlet.ServletException;
19+
import jakarta.servlet.http.HttpServlet;
20+
import jakarta.servlet.http.HttpServletRequest;
21+
import jakarta.servlet.http.HttpServletResponse;
1822

1923
import java.io.IOException;
2024
import java.util.Locale;
2125

22-
import javax.servlet.ServletException;
23-
import javax.servlet.http.HttpServlet;
24-
import javax.servlet.http.HttpServletRequest;
25-
import javax.servlet.http.HttpServletResponse;
26-
2726
import com.ibm.bdsl.web.editor.IntelliTextEditorEnvironment;
2827
import com.ibm.json.java.JSONArray;
2928
import com.ibm.json.java.JSONObject;

decisioncenter/businessvalueeditor/businessvalueeditor-source/src/main/java/servervalueeditor/FilterValueTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Licensed Materials - Property of IBM
33
* 5725-B69 5655-Y17 5724-Y00 5724-Y17 5655-V84
4-
* Copyright IBM Corp. 2009, 2024. All Rights Reserved.
4+
* Copyright IBM Corp. 2009, 2025. All Rights Reserved.
55
*
66
* Note to U.S. Government Users Restricted Rights:
77
* Use, duplication or disclosure restricted by GSA ADP Schedule

decisioncenter/businessvalueeditor/businessvalueeditor-source/src/main/resources/js/custom/valueeditors/OfferValueEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Licensed Materials - Property of IBM
33
* 5725-B69 5655-Y17
4-
* Copyright IBM Corp. 2013, 2020. All Rights Reserved
4+
* Copyright IBM Corp. 2013, 2025. All Rights Reserved
55
* US Government Users Restricted Rights - Use, duplication or
66
* disclosure restricted by GSA ADP Schedule Contract with
77
* IBM Corp.

0 commit comments

Comments
 (0)