src/main/java/de/unixwork/uwproj/NamedDependency.java

changeset 40
b42bfc9e9983
parent 0
38775db5fdf5
child 78
c3a62e0baa9e
--- a/src/main/java/de/unixwork/uwproj/NamedDependency.java	Wed Sep 06 21:08:04 2023 +0200
+++ b/src/main/java/de/unixwork/uwproj/NamedDependency.java	Wed Sep 06 22:55:42 2023 +0200
@@ -1,16 +1,7 @@
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
 package de.unixwork.uwproj;
 
 import java.util.List;
 
-/**
- *
- * @author olaf
- */
 public class NamedDependency {
     private String name;
     private List<Dependency> subdependencies;

mercurial