Biblioteca Java - Blame information for rev 4
Subversion Repositories:
Rev | Author | Line No. | Line |
---|---|---|---|
4 | mihai | 1 | package oop.controltemperatura; |
2 | |||
3 | |||
4 | public class AngregatRacire extends Agregat { | ||
5 | |||
6 | |||
7 | void functionare() { | ||
8 | System.out.println("RACIRE!"); | ||
9 | |||
10 | } | ||
11 | |||
12 | } |