Skip to content

Commit

Permalink
IVIS-46: - Renamed BeansContext to Configuration.java.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Nov 2, 2016
1 parent b6ee6b9 commit c0c1f36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/routines/access_to_protected_resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Filter
Java config
~~~~~~~~~~~

:download:`BeansContext.java </sdk/routines/code/BeansContext.java>`
:download:`BeansContext.java </sdk/routines/code/Configuration.java>`

.. literalinclude:: /sdk/routines/code/BeansContext.java
:language: java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import imcode.services.filter.IvisAuthorizedFilter;

@Configuration
public class BeansContext {
public class Configuration {

@Value("${client-id}")
private String clientId;
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/routines/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Beans for injection
Java config
~~~~~~~~~~~

:download:`BeansContext.java </sdk/routines/code/BeansContext.java>`
:download:`BeansContext.java </sdk/routines/code/Configuration.java>`

.. literalinclude:: /sdk/routines/code/BeansContext.java
:language: java
Expand Down

0 comments on commit c0c1f36

Please sign in to comment.