Skip to content

Commit

Permalink
docs: Added @author javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed May 26, 2022
1 parent 246a0a0 commit 04cf11c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

import java.io.IOException;

/**
* @author Altair Bueno
*/
@RequestMapping("/image")
@RestController
public class ImageController {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import lombok.Data;
import lombok.NoArgsConstructor;

/**
* @author Altair Bueno
*/
@Data
@AllArgsConstructor
@Builder
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/uma/taw/ubayspring/dto/auth/RegisterDTO.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

import java.sql.Date;

/**
* @author Altair Bueno
*/
@Data
@Builder
@AllArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import lombok.Data;
import lombok.NoArgsConstructor;

/**
* @author Altair Bueno
*/
@Data
@AllArgsConstructor
@NoArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
import java.security.NoSuchAlgorithmException;
import java.util.Base64;


/**
* @author Altair Bueno
*/
public class MinioWrapperService {
private final MinioService minioService;

Expand Down

0 comments on commit 04cf11c

Please sign in to comment.