Reputation: 730
I have changed a lot of things in a java code but now I want to get my original code(the code before changing) back
For example it's for about 2 days ago
Is there any solution?
Upvotes: 1
Views: 893
Reputation: 9427
Have you tried restoring your code from Eclipse's local history? Right click on a class and then select Compare With -> or Replace With -> Local History... or Restore fromLocal History.
Upvotes: 2