File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
durian-swt.cocoa.macosx.aarch64/src/main/java/com/diffplug/common/swt
durian-swt.cocoa.macosx.x86_64/src/main/java/com/diffplug/common/swt Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com .diffplug .common .swt . widgets ;
16
+ package com .diffplug .common .swt ;
17
17
18
18
import com .diffplug .common .base .Preconditions ;
19
- import com .diffplug .common .swt .SwtMisc ;
20
19
import java .util .ArrayList ;
21
20
import java .util .concurrent .atomic .AtomicReference ;
22
21
import java .util .function .Consumer ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package com .diffplug .common .swt . widgets ;
16
+ package com .diffplug .common .swt ;
17
17
18
18
import com .diffplug .common .base .Preconditions ;
19
19
import java .util .ArrayList ;
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ - (void)application:(NSApplication *)app openURLs:(NSArray<NSURL *> *)urls {
216
216
#pragma mark - JNI exports
217
217
218
218
// Java calls this early, before SWT initialization
219
- JNIEXPORT void JNICALL Java_com_diffplug_common_swt_widgets_MacDeepLink_nativeBeforeSwt
219
+ JNIEXPORT void JNICALL Java_com_diffplug_common_swt_MacDeepLink_nativeBeforeSwt
220
220
(JNIEnv *env, jclass clazz) {
221
221
222
222
os_log_info (getLog (), " nativeBeforeSwt called from Java" );
@@ -240,7 +240,7 @@ - (void)application:(NSApplication *)app openURLs:(NSArray<NSURL *> *)urls {
240
240
}
241
241
242
242
// Java calls this after SWT is initialized to install the delegate proxy
243
- JNIEXPORT void JNICALL Java_com_diffplug_common_swt_widgets_MacDeepLink_nativeAfterSwt
243
+ JNIEXPORT void JNICALL Java_com_diffplug_common_swt_MacDeepLink_nativeAfterSwt
244
244
(JNIEnv *env, jclass clazz) {
245
245
246
246
os_log_info (getLog (), " nativeAfterSwt called from Java" );
You can’t perform that action at this time.
0 commit comments