Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Drupal Sync Service
3e30cb561bd444e0159e1de730d28792a10adcb9
3e30cb561bd444e0159e1de730d28792a10adcb9
Switch branch/tag
drupal-sync-service
src
main
kotlin
model
RichText.kt
Find file
Normal view
History
Permalink
RichText.kt
72 Bytes
Newer
Older
Refactor transformation implementation
Jonas Waeber
committed
Jun 30, 2020
1
2
3
4
5
package
org.memobase.model
data class
RichText
(
val
value
:
String
)