aboutsummaryrefslogtreecommitdiffstats
path: root/security-tools/src/main/java/com/yahoo/vespa/security/tool/securityenv/Main.java
blob: f57575b406a3bdd8dfd8b38897cbd2b862fd6d89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.security.tool.securityenv;

/**
 * @author bjorncs
 */
public class Main {
    public static void main(String[] args) {
        System.out.println("TODO implementation");
    }
}