Skip to content

Commit

Permalink
LPD-48736 Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang committed Mar 6, 2025
1 parent 9add194 commit 97af491
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
service = OSGiCommands.class
)
public class ReleaseManagerOSGiCommands implements OSGiCommands {
public class UpgradeOSGiCommands implements OSGiCommands {

@Descriptor("List pending upgrades")
public String check() {
Expand Down Expand Up @@ -226,7 +226,7 @@ protected void executeAll(
}

private static final Log _log = LogFactoryUtil.getLog(
ReleaseManagerOSGiCommands.class);
UpgradeOSGiCommands.class);

private BundleContext _bundleContext;

Expand Down

0 comments on commit 97af491

Please sign in to comment.