Skip to content

Commit

Permalink
Update Resume.java
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenStreasick authored Aug 7, 2024
1 parent 9baee79 commit 4745bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/Resume/Resume.java
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ private PdfPTable createExperienceSection() {
PdfPCell experienceTitle = createSectionCell("EXPERIENCE");

//Create a EJ software dev section
PdfPTable experience1Header = createSubsectionTable("EJ Full Stack Software Developer", "May 2024 – Now", null);
PdfPTable experience1Header = createSubsectionTable("EJ Full Stack Software Developer", "May 2024 – August 2024", null);

//Add software dev bullets
PdfPCell ejSWDBullet1 = createBulletCell("Developed and optimized PDF solutions using OpenPDF in Java, streamlining processes "
Expand Down

0 comments on commit 4745bc0

Please sign in to comment.