Skip to content

Commit

Permalink
Move Document into its own package
Browse files Browse the repository at this point in the history
Signed-off-by: GabrielFleicher <[email protected]>
  • Loading branch information
GabrielFleischer committed Jan 12, 2024
1 parent a1e4ed6 commit bca8391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.epfl.dedis.hbt.data
package com.epfl.dedis.hbt.data.document

import com.fasterxml.jackson.annotation.JsonProperty

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import javax.inject.Singleton

@Module
@InstallIn(SingletonComponent::class)
class HttpModule {
object HttpModule {

@BaseURL
@Provides
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.epfl.dedis.hbt.service.document

import com.epfl.dedis.hbt.data.Document
import com.epfl.dedis.hbt.data.document.Document
import okhttp3.RequestBody
import retrofit2.Call
import retrofit2.http.Multipart
Expand Down

0 comments on commit bca8391

Please sign in to comment.