Skip to content

Commit 13ed115

Browse files
committed
Fix terminology: ImageJ -> SciJava
1 parent eb456a3 commit 13ed115

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/org/scijava/desktop/platform/macos/MacOSAppEventDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
import org.scijava.platform.event.AppVisibleEvent;
6969

7070
/**
71-
* Rebroadcasts macOS application events as ImageJ events.
71+
* Rebroadcasts macOS application events as SciJava events.
7272
*
7373
* @author Curtis Rueden
7474
*/

src/main/java/org/scijava/desktop/platform/macos/MacOSPlatform.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
/**
5454
* A platform implementation for handling Apple macOS platform issues:
5555
* <ul>
56-
* <li>Application events are rebroadcast as ImageJ events.</li>
56+
* <li>Application events are rebroadcast as SciJava events.</li>
5757
* <li>macOS screen menu bar is enabled.</li>
5858
* <li>Special screen menu bar menu items are handled.</li>
5959
* </ul>
@@ -92,7 +92,7 @@ public void configure(final PlatformService service) {
9292
// remove app commands from menu structure
9393
if (SCREEN_MENU) removeAppCommandsFromMenu();
9494

95-
// translate macOS application events into ImageJ events
95+
// translate macOS application events into SciJava events
9696
final EventService eventService = getPlatformService().eventService();
9797
try {
9898
appEventDispatcher = new MacOSAppEventDispatcher(eventService);

0 commit comments

Comments
 (0)