Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Oct 20, 2015
1 parent 673b4f6 commit c2a46b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected boolean isIncludeStackTrace(HttpServletRequest request,
* Provide access to the error properties.
* @return the error properties
*/
protected final ErrorProperties getErrorProperties() {
protected ErrorProperties getErrorProperties() {
return this.errorProperties;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
@EnableConfigurationProperties(ErrorProperties.class)
@Configuration
public class ErrorMvcAutoConfiguration {

@Autowired
private ServerProperties properties;

Expand Down

0 comments on commit c2a46b8

Please sign in to comment.