Skip to content

Commit

Permalink
Update bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/co…
Browse files Browse the repository at this point in the history
…nsole/commands/ExportStateCommand.java

Co-authored-by: Torbjorn-Svensson <[email protected]>
  • Loading branch information
laeubi and Torbjorn-Svensson committed Feb 5, 2024
1 parent 4588a9b commit 6f5debd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void exportFrameworkState(CommandSession session, String path) throws IOE
exportFrameworkState(session, path, false);
}

@Descriptor("Exports the current framework state without optionally with the wiring information")
@Descriptor("Exports the current framework state, optionally with the wiring information")
public void exportFrameworkState(CommandSession session, String path, boolean persitWirings) throws IOException {
ModuleDatabase database = context.getBundle(0).adapt(ModuleDatabase.class);
PrintStream console = session.getConsole();
Expand Down

0 comments on commit 6f5debd

Please sign in to comment.