Skip to content

Commit 86ba98a

Browse files
authored
Update Company.java
1 parent 920c422 commit 86ba98a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Company.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/**
2-
* Company.java
3-
* the class represent a Company
4-
* @author (liron mizrhai)
5-
* @Date (1/7/2023)
6-
*/
1+
//*******************************************************
2+
// Company.java
3+
// the class represent a Company
4+
// Author: liron mizrahi
5+
//*******************************************************
6+
77
public class Company
88
{
99
private Rent[] _rents;

0 commit comments

Comments
 (0)