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 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .diffplug .common .swt . widgets ;
16+ package com .diffplug .common .swt ;
1717
1818import com .diffplug .common .base .Preconditions ;
19- import com .diffplug .common .swt .SwtMisc ;
2019import java .util .ArrayList ;
2120import java .util .concurrent .atomic .AtomicReference ;
2221import java .util .function .Consumer ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .diffplug .common .swt . widgets ;
16+ package com .diffplug .common .swt ;
1717
1818import com .diffplug .common .base .Preconditions ;
1919import 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 {
216216#pragma mark - JNI exports
217217
218218// 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
220220 (JNIEnv *env, jclass clazz) {
221221
222222 os_log_info (getLog (), " nativeBeforeSwt called from Java" );
@@ -240,7 +240,7 @@ - (void)application:(NSApplication *)app openURLs:(NSArray<NSURL *> *)urls {
240240}
241241
242242// 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
244244 (JNIEnv *env, jclass clazz) {
245245
246246 os_log_info (getLog (), " nativeAfterSwt called from Java" );
You can’t perform that action at this time.
0 commit comments