Skip to content

Commit

Permalink
Merge pull request #185 from scireum/jmu/more-package-paths
Browse files Browse the repository at this point in the history
Fixes more package paths
  • Loading branch information
andyHa authored Oct 8, 2018
2 parents 18eb8c1 + 83fb81a commit 6a6f527
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<i:arg type="sirius.biz.jdbc.storage.BucketInfo" name="bucket"/>
<i:arg type="sirius.biz.jdbc.storage.VirtualObject" name="object"/>
<i:arg type="sirius.biz.storage.BucketInfo" name="bucket"/>
<i:arg type="sirius.biz.storage.VirtualObject" name="object"/>
<i:arg type="List" name="versions"/>

<w:page title="@apply('%s: %s', bucket.getName(), object.getObjectKey())">
Expand Down Expand Up @@ -86,7 +86,7 @@
</tr>
</thead>
<tbody>
<i:for type="sirius.biz.jdbc.storage.VirtualObjectVersion" var="version" items="versions">
<i:for type="sirius.biz.storage.VirtualObjectVersion" var="version" items="versions">
<tr>
<td>
<i:if test="isFilled(version.getPhysicalKey())">
Expand Down

0 comments on commit 6a6f527

Please sign in to comment.