Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 611d797

Browse files
Juan Pablo Diaz-VazJuan Pablo Diaz-Vaz
authored andcommitted
Removed template comments
1 parent 34d7906 commit 611d797

10 files changed

Lines changed: 1 addition & 51 deletions

File tree

src/com/mcplusa/google/feeder/FeederUtil.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder;
72

83
import java.io.*;

src/com/mcplusa/google/feeder/GSAContentItem.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder;
72

83
import java.util.*;

src/com/mcplusa/google/feeder/GSAFeed.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
51
package com.mcplusa.google.feeder;
62

73
import java.io.IOException;
@@ -99,13 +95,12 @@ public void BuildHeader() throws SAXException, IOException {
9995

10096
public final String WriteXMLToFile(String gsa) {
10197
logger.info("Starting WriteXmlToFile");
102-
String filename = "asdf" + "something";
10398
Date now = new Date();
10499
SimpleDateFormat sd = new SimpleDateFormat("yyyy_mm_dd_hh_ss");
105100

106101
String timestamp = sd.format(now);
107102

108-
filename = this.dataSource + "_" + timestamp + ".xml";
103+
String filename = this.dataSource + "_" + timestamp + ".xml";
109104
try {
110105
if (feederFolder.length() > 0) {
111106
if (feederFolder.endsWith("\\")) {

src/com/mcplusa/google/feeder/GSAMetaDataItem.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder;
72

83
/**

src/com/mcplusa/google/feeder/constants/ConnectorConstants.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder.constants;
72

83
/**

src/com/mcplusa/google/feeder/constants/GSAAuthMethodTypes.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder.constants;
72

83
/**

src/com/mcplusa/google/feeder/constants/GSAFeedType.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder.constants;
72

83
/**

src/com/mcplusa/google/feeder/constants/GSAMimeTypes.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder.constants;
72

83
/**

src/com/mcplusa/google/feeder/uploader/GSAUploader.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder.uploader;
72

83
import com.mcplusa.google.feeder.constants.*;

src/com/mcplusa/google/feeder/util/Base64.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* To change this template, choose Tools | Templates
3-
* and open the template in the editor.
4-
*/
5-
61
package com.mcplusa.google.feeder.util;
72

83
/**

0 commit comments

Comments
 (0)