mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
fix comment
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
504653b7da
commit
a9cbb657ee
@ -1,10 +1,3 @@
|
|||||||
package com.nextcloud.talk.utils
|
|
||||||
|
|
||||||
import com.nextcloud.talk.models.domain.ConversationModel
|
|
||||||
import com.nextcloud.talk.models.domain.ConversationType
|
|
||||||
import com.nextcloud.talk.models.domain.ParticipantType
|
|
||||||
import com.nextcloud.talk.models.json.capabilities.SpreedCapability
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Nextcloud Talk application
|
* Nextcloud Talk application
|
||||||
* @author Marcel Hibbe
|
* @author Marcel Hibbe
|
||||||
@ -23,6 +16,12 @@ import com.nextcloud.talk.models.json.capabilities.SpreedCapability
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
package com.nextcloud.talk.utils
|
||||||
|
|
||||||
|
import com.nextcloud.talk.models.domain.ConversationModel
|
||||||
|
import com.nextcloud.talk.models.domain.ConversationType
|
||||||
|
import com.nextcloud.talk.models.domain.ParticipantType
|
||||||
|
import com.nextcloud.talk.models.json.capabilities.SpreedCapability
|
||||||
|
|
||||||
object ConversationUtils {
|
object ConversationUtils {
|
||||||
private val TAG = ConversationUtils::class.java.simpleName
|
private val TAG = ConversationUtils::class.java.simpleName
|
||||||
|
Loading…
Reference in New Issue
Block a user