Skip to content

Commit

Permalink
More service import/export work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinando Villa committed Dec 16, 2024
1 parent 247fc11 commit 31dd542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public Asset asset(Object... properties) {
*/
public class Asset {

private Parameters<String> properties = Parameters.create();
private Parameters<String> properties;
private String urn;
private URL url;
private File file;
Expand Down

0 comments on commit 31dd542

Please # to comment.