Skip to content

Commit 0fc00aa

Browse files
authored
Apply suggestions from code review
1 parent c1807bd commit 0fc00aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/SwiftJavaTool/Commands/ResolveCommand.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)