Biblioteca Java - Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 mihai 1 package oop.controltemperatura;
2  
3 /*
4  * To change this template, choose Tools | Templates
5  * and open the template in the editor.
6  */
7  
8 /**
9  *
10  * @author evo2
11  */
12 public class AgregatIncalizre extends Agregat{
13  
14  
15     void functionare() {
16        System.out.println("INCALZIRE!");
17     }
18  
19 }