Make Engine#populateCrashContent protected
This commit is contained in:
parent
6ed40b216c
commit
9d8b6a8e08
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class Engine {
|
|||
* @since 1-alpha0
|
||||
*/
|
||||
@SuppressWarnings("ExtractMethodRecommender")
|
||||
private void populateCrashContent() {
|
||||
protected void populateCrashContent() {
|
||||
// Issuer
|
||||
Map<String, String> crashContentIssuer = new LinkedHashMap<>();
|
||||
crashContentIssuer.put("Code part", "%issuer_code_part%");
|
||||
|
|
Loading…
Reference in a new issue