Skip to content

Commit 08fc774

Browse files
committed
fix CI warnings on license and shellcheck
1 parent 0e8e5a6 commit 08fc774

File tree

4 files changed

+1
-31
lines changed

4 files changed

+1
-31
lines changed

.github/scripts/validate_sample.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ echo -e "Validated sample '${BOLD}${sampleDir}${RESET}': ${BOLD}passed${RESET}."
2828
cd - || exit
2929

3030
echo
31-
printf "Done validating sample: ${sampleDir}"
31+
printf "Done validating sample: %s" "${sampleDir}"
3232
echo -e "${GREEN}done${RESET}."

Sources/JavaKit/JavaKitVM/JavaVirtualMachine.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ extension JavaVirtualMachine {
249249
// wrapper.
250250
let javaVirtualMachine = JavaVirtualMachine(adoptingJVM: jvm!)
251251
sharedJVMPointer = javaVirtualMachine
252-
print("WAS EXISTING")
253252
return javaVirtualMachine
254253
}
255254

@@ -261,7 +260,6 @@ extension JavaVirtualMachine {
261260
// Create a new instance of the JVM.
262261
let javaVirtualMachine: JavaVirtualMachine
263262
do {
264-
print("CREATE")
265263
javaVirtualMachine = try JavaVirtualMachine(
266264
classpath: classpath,
267265
vmOptions: vmOptions,

SwiftJava.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 23 deletions
This file was deleted.

SwiftJava.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)