X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2Fmemory%2FMemoryDatabase.kt;h=725a6440c9e34a15aa01a8f8ee93d4aa443e47ea;hp=702d4e210951241688ace6ccff73f16c3f8551df;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=9fc45be4cce92e2d960395a35d046b2c5808a0bb diff --git a/src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.kt b/src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.kt index 702d4e2..725a644 100644 --- a/src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.kt +++ b/src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.kt @@ -1,5 +1,5 @@ /* - * Sone - MemoryDatabase.java - Copyright © 2013–2016 David Roden + * Sone - MemoryDatabase.java - Copyright © 2013–2019 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -49,8 +49,6 @@ import kotlin.concurrent.withLock /** * Memory-based [PostDatabase] implementation. - * - * @author [David ‘Bombe’ Roden](mailto:bombe@pterodactylus.net) */ @Singleton class MemoryDatabase @Inject constructor(private val configuration: Configuration) : AbstractService(), Database {