Skip to content

Commit

Permalink
mudando campos do BaseClient para protegidos
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo-Weber committed May 22, 2020
1 parent fcb023c commit b4d9ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/br/com/senior/core/base/BaseClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
@FieldDefaults(level = AccessLevel.PRIVATE, makeFinal = true)
public abstract class BaseClient {

Environment env;
String domain;
String service;
protected Environment env;
protected String domain;
protected String service;

/**
* Construtor
Expand Down

0 comments on commit b4d9ab2

Please sign in to comment.