Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi77Qi committed Oct 8, 2020
1 parent bd9ffa3 commit 4377a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.broadinstitute.dsde.workbench.service
package org.broadinstitute.dsde.workbench.model.rawls

// This file is entirely copied from https://github.com/broadinstitute/rawls/blob/develop/model/src/main/scala/org/broadinstitute/dsde/rawls/model/AttributeUpdateOperations.scala#L9
// This file is entirely copied from
// https://github.com/broadinstitute/rawls/blob/5e902b1c52a8f4ea9e1b0e24f05f99f8d8c37aa2/model/src/main/scala/org/broadinstitute/dsde/rawls/model/AttributeUpdateOperations.scala#L9
import spray.json._

sealed trait Attribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package org.broadinstitute.dsde.workbench.service

import com.fasterxml.jackson.databind.JsonNode
import com.typesafe.scalalogging.LazyLogging
import org.broadinstitute.dsde.workbench.service.AttributeUpdateOperations.{
import org.broadinstitute.dsde.workbench.model.rawls.AttributeUpdateOperations.{
AttributeUpdateOperation,
AttributeUpdateOperationFormat
}
Expand Down

0 comments on commit 4377a97

Please sign in to comment.