Skip to content

Commit

Permalink
Padronizando o nome do autor
Browse files Browse the repository at this point in the history
  • Loading branch information
PCF Hauck committed Jul 31, 2020
1 parent 7ab48a5 commit aefd0fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/whatsappdownloader/DecryptFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
*
* @author ADMHauck
* @author PCF HAUCK
*/
public class DecryptFile {
private byte[] iv;
Expand Down
2 changes: 1 addition & 1 deletion src/whatsappdownloader/LinkDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.io.FileWriter;
/**
*
* @author Joao
* @author PCF HAUCK
*/
public class LinkDownloader {
private String urlStr;
Expand Down
2 changes: 1 addition & 1 deletion src/whatsappdownloader/LinkExtractor.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/**
*
* @author Joao
* @author PCF HAUCK
*/
public class LinkExtractor {
private String dbname;
Expand Down
2 changes: 1 addition & 1 deletion src/whatsappdownloader/WhatsappDownloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
*
* @author Joao
* @author PCF HAUCK
*/
public class WhatsappDownloader {

Expand Down
2 changes: 1 addition & 1 deletion src/whatsappdownloader/WhatsappDownloaderMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
*
* @author ADMHauck
* @author PCF HAUCK
*/
public class WhatsappDownloaderMenu extends javax.swing.JFrame {

Expand Down

0 comments on commit aefd0fe

Please sign in to comment.