Skip to content

Commit

Permalink
adapt package
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Dec 12, 2024
1 parent 253b9f2 commit 57e9378
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import javafx.scene.control.ListCell
import scalafx.event.subscriptions.Subscription
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import javafx.scene.control.ListCell
import javafx.scene.layout.HBox
import lofi_acl.example.monotonic_acl.ExpenseListEntryListCell.amountTextFilter
import ex2024travel.lofi_acl.example.monotonic_acl.ExpenseListEntryListCell.amountTextFilter
import scalafx.beans.property.StringProperty
import scalafx.event.subscriptions.Subscription
import scalafx.scene.control.{TextField, TextFormatter}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import lofi_acl.crypto.{Ed25519Util, PublicIdentity}
import lofi_acl.example.monotonic_acl.Invitation.base64Encoder
import ex2024travel.lofi_acl.example.monotonic_acl.Invitation.base64Encoder

import java.security.KeyPair
import java.util.Base64
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import lofi_acl.access.PermissionTree
import lofi_acl.crypto.PublicIdentity
import lofi_acl.example.travelplanner.TravelPlan
import ex2024travel.lofi_acl.example.travelplanner.TravelPlan
import lofi_acl.sync.acl.monotonic.MonotonicAcl
import scalafx.application.Platform
import scalafx.scene.Scene
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import javafx.stage.Stage
import scalafx.application.Platform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import lofi_acl.access.Permission.{ALLOW, PARTIAL}
import lofi_acl.access.{Filter, Permission, PermissionTree}
import lofi_acl.example.monotonic_acl.PermissionTreePane.{ExpensePermCheckBoxes, ExpensePermEntryCheckBoxes, wiredReadWriteCheckboxes}
import lofi_acl.example.travelplanner.TravelPlan
import ex2024travel.lofi_acl.example.monotonic_acl.PermissionTreePane.{ExpensePermCheckBoxes, ExpensePermEntryCheckBoxes, wiredReadWriteCheckboxes}
import ex2024travel.lofi_acl.example.travelplanner.TravelPlan
import scalafx.beans.property.BooleanProperty
import scalafx.geometry.{Insets, Pos}
import scalafx.scene.control.{CheckBox, ContentDisplay, Label}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import lofi_acl.access.Operation.{READ, WRITE}
import lofi_acl.access.PermissionTree
import lofi_acl.collections.DeltaMapWithPrefix
import lofi_acl.crypto.{Ed25519Util, IdentityFactory, PrivateIdentity, PublicIdentity}
import lofi_acl.example.travelplanner.TravelPlan
import lofi_acl.example.travelplanner.TravelPlan.given
import ex2024travel.lofi_acl.example.travelplanner.TravelPlan
import ex2024travel.lofi_acl.example.travelplanner.TravelPlan.given
import lofi_acl.sync.JsoniterCodecs.messageJsonCodec
import lofi_acl.sync.acl.monotonic.MonotonicAclSyncMessage.AclDelta
import lofi_acl.sync.acl.monotonic.{MonotonicAcl, SyncWithMonotonicAcl}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import scalafx.application.Platform
import scalafx.geometry.Pos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import javafx.scene.control as jfxsc
import javafx.util.Callback
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lofi_acl.example.monotonic_acl
package ex2024travel.lofi_acl.example.monotonic_acl

import scalafx.application.{JFXApp3, Platform}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package lofi_acl.example.travelplanner
package ex2024travel.lofi_acl.example.travelplanner

import com.github.plokhotnyuk.jsoniter_scala.core.JsonValueCodec
import com.github.plokhotnyuk.jsoniter_scala.macros.JsonCodecMaker
import com.softwaremill.quicklens.*
import lofi_acl.access.Filter
import lofi_acl.ardt.datatypes.LWW
import lofi_acl.ardt.datatypes.ORMap.{observeRemoveMapEntryFilter, stringKeyORMapFilter}
import lofi_acl.example.travelplanner.TravelPlan.{*, given}
import ex2024travel.lofi_acl.example.travelplanner.TravelPlan.{*, given}
import rdts.base.{Bottom, Lattice, LocalUid}
import rdts.datatypes.LastWriterWins
import rdts.datatypes.contextual.ObserveRemoveMap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lofi_acl.example.travelplanner
package ex2024travel.lofi_acl.example.travelplanner

import munit.FunSuite

Expand Down

0 comments on commit 57e9378

Please sign in to comment.