Skip to content

Commit

Permalink
Add commons-collections-3.2.1 lib to the project because it is no mor…
Browse files Browse the repository at this point in the history
…e embeded in Intelij 12. Add depreceted annotation on deprecated methods.
  • Loading branch information
Sebastien Bernard committed Mar 11, 2013
1 parent bbf8117 commit 212a6e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions source/src/velir/intellij/cq5/config/JCRConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,12 @@ public void disposeUIResources() {
};
}

@Deprecated
public void readExternal(Element element) throws InvalidDataException {
//deprecated, so will not implement
}

@Deprecated
public void writeExternal(Element element) throws WriteExternalException {
//deprecated, so will not implement
}
Expand Down

0 comments on commit 212a6e5

Please sign in to comment.