File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Sources/SwiftJavaTool/Commands Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ extension SwiftJava.ResolveCommand {
9898 /// from Sources/MySwiftModule/swift-java.config "dependencies" array.
9999 ///
100100 /// - Throws:
101- /// - Returns: `ResolvedDependencyClasspath`
102101 func resolveDependencies(
103102 swiftModule: String , dependencies: [ JavaDependencyDescriptor ]
104103 ) async throws -> ResolvedDependencyClasspath {
@@ -213,7 +212,6 @@ extension SwiftJava.ResolveCommand {
213212 /// - outputDirectory: Directory path for classpath file (--output-directory value)
214213 /// - resolvedClasspath: Complete dependency classpath information
215214 ///
216- /// - Throws: TBC
217215 mutating func writeSwiftJavaClasspathFile(
218216 swiftModule: String ,
219217 outputDirectory: String ,
You can’t perform that action at this time.
0 commit comments