Skip to content
Snippets Groups Projects
Commit 793f4278 authored by Colin DAMON's avatar Colin DAMON
Browse files

Merge branch '3-missingmandatory-privte-constructor' into 'master'

Resolve "MissingMandatory private constructor"

Closes #3

See merge request !3
parents a5653ecd 120ba593
No related branches found
No related tags found
1 merge request!3Resolve "MissingMandatory private constructor"
Pipeline #30070 passed
......@@ -2,7 +2,7 @@ package com.ippon.pouet.common.domain.error;
public class MissingMandatoryValueException extends PouetException {
protected MissingMandatoryValueException(PouetExceptionBuilder builder) {
private MissingMandatoryValueException(PouetExceptionBuilder builder) {
super(builder);
}
......
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