Make Repository final

This commit is contained in:
Matt Diephouse 2014-11-18 19:38:53 -05:00
parent 734ae07460
commit 5f77ca2bb5

View File

@ -10,7 +10,7 @@ import Foundation
import LlamaKit
/// A git repository.
public class Repository {
final public class Repository {
let git_repository: COpaquePointer
/// Load the repository at the given URL.