Skip to content

Commit

Permalink
LPD-25246 Baseline
Browse files Browse the repository at this point in the history
# breaking

## What modules/apps/segments/segments-api/src/main/java/com/liferay/segments/exception/DefaultSegmentsEntryException.java

Remove unused inner class.

## Why

Exception class should have either public constructors or inner classes.

----

# breaking

## What modules/apps/segments/segments-api/src/main/java/com/liferay/segments/exception/RequiredSegmentsEntryException.java

Change constructors to private and remove unused constructors.

## Why

Exception class should have either public constructors or inner classes.

----

# breaking

## What modules/apps/segments/segments-api/src/main/java/com/liferay/segments/exception/RequiredSegmentsExperienceException.java

Change constructors to private and remove unused constructors.

## Why

Exception class should have either public constructors or inner classes.

----
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed May 22, 2024
1 parent 151f421 commit 7368eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/apps/segments/segments-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Segments API
Bundle-SymbolicName: com.liferay.segments.api
Bundle-Version: 23.0.1
Bundle-Version: 24.0.0
Export-Package:\
com.liferay.segments,\
com.liferay.segments.configuration,\
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.6.0
version 2.0.0

0 comments on commit 7368eb1

Please sign in to comment.