Skip to content
Snippets Groups Projects
Commit 529a29e9 authored by Nicolay Schiøll-Johansen's avatar Nicolay Schiøll-Johansen
Browse files

added comma and space to toString

parent 59f0a6de
No related branches found
No related tags found
1 merge request!157No more toString in search results
Pipeline #80877 passed
......@@ -165,17 +165,17 @@ public class Metadata {
@Override
public String toString() {
return "Metadata{" +
"metadataId=" + metadataId +
"camera='" + camera + '\'' +
"lens='" + lens + '\'' +
"aperture='" + aperture + '\'' +
"shutterSpeed='" + shutterSpeed + '\'' +
"ISO='" + ISO + '\'' +
"focalLength='" + focalLength + '\'' +
"fileType='" + fileType + '\'' +
"photoDate='" + photoDate + '\'' +
"fileSize='" + fileSize + '\'' +
"fileDimension='" + fileDimension + '\'' +
", metadataId=" + metadataId +
", camera='" + camera + '\'' +
", lens='" + lens + '\'' +
", aperture='" + aperture + '\'' +
", shutterSpeed='" + shutterSpeed + '\'' +
", ISO='" + ISO + '\'' +
", focalLength='" + focalLength + '\'' +
", fileType='" + fileType + '\'' +
", photoDate='" + photoDate + '\'' +
", fileSize='" + fileSize + '\'' +
", fileDimension='" + fileDimension + '\'' +
'}';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment