Skip to content

Commit

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

## What modules/apps/redirect/redirect-api/src/main/java/com/liferay/redirect/exception/CircularRedirectEntryException.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 8fc11dd commit 01340fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/apps/redirect/redirect-api/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Redirect API
Bundle-SymbolicName: com.liferay.redirect.api
Bundle-Version: 12.0.1
Bundle-Version: 13.0.0
Export-Package:\
com.google.re2j,\
\
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.2.0
version 2.0.0

0 comments on commit 01340fb

Please sign in to comment.