Logo

GitLab

Sign in

Xinwen Deng / aem-src

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • aem-src
  • ..
  • importer
  • LockAssetUtils.java
  • add more dam packages
    b2e1d5b4
    Xinwen Deng authored
    2017-07-18 11:27:10 +0800  
    Browse Code ยป
LockAssetUtils.java 219 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
/*
 * Decompiled with CFR 0_118.
 */
package com.day.cq.dam.scene7.api.importer;

public interface LockAssetUtils {
    public void lockAsset(String var1) throws Exception;

    public void unlockAsset(String var1);
}