6

In the image below, what does the greater than symbol beside the Ladder class mean? The symbol doesn't appear here.

Greater than signs next to classes

Joel Christophel
  • 2,604
  • 4
  • 30
  • 49
  • possible duplicate of [What do the > (greater than bracket) mean beside file names in Eclipse's Package Explorer?](http://stackoverflow.com/questions/8356923/what-do-the-greater-than-bracket-mean-beside-file-names-in-eclipses-package) – Pshemo Oct 13 '14 at 17:25

2 Answers2

9

The > before the file name indicates that changes to that file's contents have not yet been committed to a particular source control repository.

arshajii
  • 127,459
  • 24
  • 238
  • 287
1

it looks like you have made changes to Ladder.java file and not comitted them yet. Once you commit them or revert those changes from workspace ">" will disapper.