From 3e0913a813bc0e9d6d55c32ad72e41da4986a916 Mon Sep 17 00:00:00 2001 From: hrachya Date: Mon, 1 Jun 2015 10:43:23 -0700 Subject: [PATCH] removing generic header comments --- .../java/com/wordnik/swagger/codegen/cmd/ConfigHelp.java | 5 ----- .../src/main/java/com/wordnik/swagger/codegen/CliOption.java | 5 ----- modules/swagger-codegen/src/main/java/config/Config.java | 5 ----- .../swagger-codegen/src/main/java/config/ConfigParser.java | 5 ----- 4 files changed, 20 deletions(-) diff --git a/modules/swagger-codegen-cli/src/main/java/com/wordnik/swagger/codegen/cmd/ConfigHelp.java b/modules/swagger-codegen-cli/src/main/java/com/wordnik/swagger/codegen/cmd/ConfigHelp.java index 6934bcf702e5..fbdca12e6e86 100644 --- a/modules/swagger-codegen-cli/src/main/java/com/wordnik/swagger/codegen/cmd/ConfigHelp.java +++ b/modules/swagger-codegen-cli/src/main/java/com/wordnik/swagger/codegen/cmd/ConfigHelp.java @@ -1,8 +1,3 @@ -/* - * 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 com.wordnik.swagger.codegen.cmd; import com.wordnik.swagger.codegen.CliOption; diff --git a/modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/CliOption.java b/modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/CliOption.java index 4294d097116b..8ea0b60db267 100644 --- a/modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/CliOption.java +++ b/modules/swagger-codegen/src/main/java/com/wordnik/swagger/codegen/CliOption.java @@ -1,8 +1,3 @@ -/* - * 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 com.wordnik.swagger.codegen; public class CliOption { diff --git a/modules/swagger-codegen/src/main/java/config/Config.java b/modules/swagger-codegen/src/main/java/config/Config.java index 745824bd8165..9bc4bf586248 100644 --- a/modules/swagger-codegen/src/main/java/config/Config.java +++ b/modules/swagger-codegen/src/main/java/config/Config.java @@ -1,8 +1,3 @@ -/* - * 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 config; import com.google.common.collect.ImmutableMap; diff --git a/modules/swagger-codegen/src/main/java/config/ConfigParser.java b/modules/swagger-codegen/src/main/java/config/ConfigParser.java index 019061faa339..cbb1b78f6452 100644 --- a/modules/swagger-codegen/src/main/java/config/ConfigParser.java +++ b/modules/swagger-codegen/src/main/java/config/ConfigParser.java @@ -1,8 +1,3 @@ -/* - * 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 config; import com.fasterxml.jackson.databind.JsonNode;