Skip to content

Commit

Permalink
Marks another method to create a context as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jul 21, 2017
1 parent 92c2cd6 commit 751acc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/java/ognl/Ognl.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ public static Map createDefaultContext(Object root, MemberAccess memberAccess)
* the context to which OGNL context will be added.
* @return Context Map with the keys <CODE>root</CODE> and <CODE>context</CODE> set
* appropriately
* @deprecated will be removed soon
*/
@Deprecated
public static Map addDefaultContext(Object root, Map context)
{
return addDefaultContext(root, null, null, null, context);
Expand Down

0 comments on commit 751acc8

Please sign in to comment.